get_tracerer_tempfilename {tracerer} | R Documentation |
Get a temporary filename, similar to tempfile, except that it always writes to a temporary folder named tracerer.
get_tracerer_tempfilename(pattern = "file", fileext = "")
pattern |
a non-empty character vector giving the initial part of the name. |
fileext |
a non-empty character vector giving the file extension |
name for a temporary file
this function is added to make sure no temporary cache files are left undeleted