You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`tempname` checks that the name its returning is not already a file,
however if you want that filename to contain other information, like a
file extension, that can mean the uniquing isn't complete.
This adds `tempname(suffix = "_foo.txt")` to include a suffix in the
name and uniquing check.
---------
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
0 commit comments