dataspice (version 1.0.0)

create_spice: Put metadata templates within a metadata subdirectory

Description

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

Run this code
# NOT RUN {
create_spice()

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

Run the code above in your browser using DataCamp Workspace