Prepare metadata from the metadata template
Source:R/prep_for_json.R
prep_from_metadata_template.Rd
Prepare metadata from the metadata template
Usage
prep_from_metadata_template(
project_metadata,
prep_methods_list = prep_methods()
)
Arguments
- project_metadata
Data frame. Should correspond to the structure of the project_metadata_template.csv
- prep_methods_list
list. Named list of methods where each items is a function to applied to corresponding items in x.Default is
prep_methods()