View source: R/publication-date-element.R
add_pub_date | R Documentation |
Adds the publication date element to a dataset list according to EML standards.
add_pub_date(parent_element, date = NULL)
parent_element |
A list representing the EML project or dataset. |
date |
The publication date. If left null, it will be assigned the current
date. This can be overridden by putting in a specific date: see |
The dataset list or project with publication date information appended.
dataset <- list() %>%
add_pub_date()
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.