View source: R/keyword-set-element.R
add_keyword_set | R Documentation |
Adds the keyword metadata elements to a dataset list according to EML standards.
add_keyword_set(parent_element, keyword_metadata)
parent_element |
A list representing the EML project or dataset. |
keyword_metadata |
A named list or dataframe containing keyword elements: see |
The dataset list or project with keyword information appended.
keyword_metadata <- dplyr::tibble(keyword = c("Sacramento River",
"Salmonid Habitat Restoration Projects",
"Effectiveness Monitoring",
"Pacific Salmon",
"CVPIA"),
keywordThesaurus = c(NA, NA, NA, NA, NA))
dataset <- list() %>%
add_keyword_set(keyword_metadata)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.