View source: R/personnel-element.R
add_personnel | R Documentation |
Adds the personnel metadata elements to a dataset list according to EML standards.
add_personnel(parent_element, personnel_metadata)
parent_element |
A list representing the EML project or dataset |
personnel_metadata |
A dataframe of personnel information see |
One person within personnel_metadata
must have role of 'creator'.
The dataset list or project with personnel information appended.
personnel_metadata <- dplyr::tibble(first_name = "Stacy", last_name = "Banet",
email = "Stacy@aol.com",
role = "creator", organization = "USBR", orcid = NA)
dataset <- list() %>%
add_personnel(personnel_metadata)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.