tmpfile {R.utils} | R Documentation |
Creates a temporary file with content that will auto delete as soon as there is no longer any references to it.
tmpfile(content=NULL, ...)
content |
A |
... |
Optional arguments passed to |
The absolute pathname to the temporary file.
Henrik Bengtsson
tempfile
().
md5 <- tools::md5sum(tmpfile("Hello world!"))
print(md5)