Creates a package skeleton for use with preprpocessData. Creates the additional information needed for versioning datasets, namely the DataVersion string in DESCRIPTION, DATADIGEST, and the data-raw directory. Updates Read-and-delete-me to reflect the additional necessary steps.
datapackage.skeleton(name = "anRpackage", list = character(), environment = .GlobalEnv, path = ".", force = FALSE, code_files = character(), r_object_names = character())
name | see |
---|---|
list | see |
environment | see |
path | see |
force | see |
code_files | Optional character vector of paths to Rmd files that process raw data
into R objects. Treated differently that |
r_object_names |
|
# NOT RUN { datapackage.skeleton(name="MyDataPackage",path="/tmp") # }