Skip to contents

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) {
create_spice()

# Create templates from the data in a folder other than `data`
create_spice("my_data")
}