dpr_yaml_set
dpr_yaml_set.Rd
Write new datapackager.yml
with new or modified key:value pairs.
Arguments
- path
The full path to the data package. The default is the working directory.
- ...
datapackager.yml
value overrides. When arguments are specified, those arguments are used as the YAML key value pairs instead of what is specified by thedatapackager.yml
. Note, any values can be set here, but only those returned bydpr_yaml_defaults()
are used by DPR2. See?dpr_yaml_defaults
for information on those values.