tmpfile | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.