Skip to content

Instantly share code, notes, and snippets.

@franperezlopez
Last active September 1, 2017 16:16
Show Gist options
  • Save franperezlopez/362b2d4e1a50ea0f6cd5a0e03240a97c to your computer and use it in GitHub Desktop.
Save franperezlopez/362b2d4e1a50ea0f6cd5a0e03240a97c to your computer and use it in GitHub Desktop.
rMarkdown save document environment
```{r}
# save document's environment (replaces existing one)
save.image(file="housePrices.rmd.RData")
# archive (optional)
save.image(file=paste0("housePrices_", format(Sys.time(),"%d%m%y_%H%M"), ".rmd.RData"))
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment