View source: R/reload.project.R
reload.project | R Documentation |
This function will clear the global environment and reload a project. This is
useful when you've updated your data sets or changed your preprocessing scripts.
Any sticky_variables
configuration parameter in project.config
will remain both in memory and (if present) in the cache by default. If the reset
parameter is TRUE
, then all variables are cleared from both the global
environment and the cache.
reload.project(..., reset = FALSE)
... |
Optional parameters passed to |
reset |
A boolean value, which if set |
No value is returned; this function is called for its side effects.
library('ProjectTemplate')
## Not run: load.project()
reload.project()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.