Description Usage Arguments Examples
saveVersion - An offline version control function
This function saves a dated, timestamped version of any R object in a subdirectory of your working directory named /Env/Versions. Retrieve the object using latest(). It's a good idea to periodically delete old saved versions that you no longer need.
1 | saveVersion(s)
|
s |
The variable for your R object. |
1 2 | saveVersion("df")
df <- latest("df")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.