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, ...)
A character string to be written to the file.
character
Optional arguments passed to tempfile().
tempfile
The absolute pathname to the temporary file.
tempfile().
# NOT RUN { md5 <- tools::md5sum(tmpfile("Hello world!")) print(md5) # }
Run the code above in your browser using DataLab