View source: R/create_dataset.R
create_dataset | R Documentation |
create_dataset
generates a EML entity of type dataset.
create_dataset(publication_date = NULL)
publication_date |
(character) Quoted ISO date - defaults to |
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.
EML entity of type dataset entity is returned.
create_dataset
will look for most inputs used to construct a
dataset, such as a package number, in the working environment or from the
project config.yaml; these parameters are not passed directly to the
function and must exist in the working environment or configuration file(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.