View source: R/get_gcaer_tempfilename.R
get_gcaer_tempfilename | R Documentation |
Get a temporary filename, similar to tempfile, except that it always writes to a temporary folder named gcaer.
get_gcaer_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
Richèl J.C. Bilderbeek
get_gcaer_tempfilename()
get_gcaer_tempfilename(pattern = "my_file")
get_gcaer_tempfilename(fileext = ".txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.