Description Usage Arguments Examples
Retrieves an RDS file stored in basepath/fname
that has
the closest modification date to goalDate
. If no such file exists, an
error will be thrown.
1 | retrieveRDS(fname, basepath = ".", goalDate = Sys.time())
|
fname |
The name of the directory in |
basepath |
A string. The path which stores |
goalDate |
The 'goal' date for the revision we are trying to retrieve. Whichever file is closest in time to the 'goal' date will be selected |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.