loadme | R Documentation |
I often use R over a sshfs connection, sometimes with significant latency, and I want to be able to save/load my R sessions relatively quickly. Thus this function uses my backup directory to load its R environment.
loadme(directory = "savefiles", filename = "Rdata.rda.xz")
directory |
Directory containing the RData.rda.xz file. |
filename |
Filename to which to save. |
a bigger global environment
[saveme()]
## Not run:
loadme()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.