powered by
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.
A character string to be written to the file.
character
Optional arguments passed to tempfile().
tempfile
Henrik Bengtsson
tempfile().
md5 <- tools::md5sum(tmpfile("Hello world!")) print(md5)
Run the code above in your browser using DataLab