Description Usage Value See Also Examples
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.
1 |
No value is returned; this function is called for its side effects.
create.project
, load.project
,
get.project
, show.project
1 2 3 4 5 | 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.