View source: R/title-element.R
add_title | R Documentation |
Adds the title elements to a dataset list according to EML standards.
add_title(parent_element, title_metadata)
parent_element |
A list representing the EML project or dataset. |
title_metadata |
A list or dataframe containing a title and shortname: see |
title_metadata <- list(title = "Eight Mile Lake Research Watershed, Carbon in Permafrost Experimental Heating Research.",
short_name = "knb-lter-bnz.501.17")
dataset <-list() %>%
add_title(title_metadata)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.