create a EML entity of type dataset
create_dataset.Rd
create_dataset
generates a EML entity of type dataset.
Arguments
- publication_date
(character) Quoted ISO date - defaults to
Sys.Date()
Details
A dataset entity, the central component of a data package, is created from objects in the user's R environment and supporting yaml files. A project (default is LTER) indicates contact and project details specific to the research. The abstract and methods must be in markdown format - package will look for these files (abstract.md, methods.md) in the project directory. Similarly for keywords, the package will look for a keywords.csv file in the project directory.