vfile | R Documentation |
This function returns a filename with a version extension to avoid overwriting older results. The extension may either be the date (with time) or a random hash. The latter may be useful if you want to obscure the date of the data generation.
vfile(base, ending = "Rd", format = "%y%m%d", hash = FALSE)
base |
character giving the main part of the filename |
ending |
file ending |
format |
format for date time version |
hash |
(defunct) if true a hash is used for versioning the filename |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.