Combines the preprocessing, documentation, and build steps into one.
buildDataSetPackage(packageName = NULL, vignettes = FALSE,
masterfile = NULL)
Arguments
packageName |
character path to package source directory. Defaults to the current path when NULL.
|
vignettes |
logical specify whether to build vignettes. Default FALSE.
|
masterfile |
characer path to file in data-raw that sources processing scripts. Will do
a partial build of the package.
|