Put metadata templates within a metadata subdirectory
Usage
create_spice(dir = "data")
Arguments
- dir
Directory containing data, within which a metadata subdirectory
will be created. Defaults to data.
Examples
if (FALSE) { # \dontrun{
create_spice()
# Create templates from the data in a folder other than `data`
create_spice("my_data")
} # }