tmpmd5file | R Documentation |
A hopefully more robust version of tempfile().
tmpmd5file(pattern = "", suffix = "", digits = 6, body = NULL, fileext = "")
pattern |
Filename prefix. |
suffix |
Filename suffix. |
digits |
Currently I use Sys.time() with this number of digits. |
body |
No implemented, intended to use other sources of digest() |
fileext |
Filename extension as per tempfile(). |
md5 based tempfilename.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.