Creates a temporary file with content
Creates a temporary file with content that will auto delete as soon as there is no longer any references to it.
tmpfile(content=NULL, ...)
The absolute pathname to the temporary file.
Henrik Bengtsson
tempfile
().
md5 <- tools::md5sum(tmpfile("Hello world!")) print(md5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.