cache.project: Cache a project's data sets in binary format.

Description Usage Value See Also Examples

View source: R/cache.project.R

Description

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.

Usage

1

Value

No value is returned; this function is called for its side effects.

See Also

create.project, load.project, get.project, show.project

Examples

1
2
3
4
5
library('ProjectTemplate2')
## Not run: load.project()

cache.project()
## End(Not run)

connectedblue/ProjectTemplate2 documentation built on May 17, 2019, 2:46 p.m.