View source: R/cache.project.R
cache.project | R Documentation |
This function will cache all of the data sets that were loaded by
the load.project
function in a binary format that is
easier to load quickly. This is particularly useful for data sets
that you've modified during a slow munging process that does not
need to be repeated.
cache.project()
No value is returned; this function is called for its side effects.
create.project
, load.project
,
get.project
, show.project
library('ProjectTemplate')
## Not run: load.project()
cache.project()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.