View source: R/maintenance-element.R
add_maintenance | R Documentation |
Adds the maintenance metadata element to a dataset list according to EML standards.
add_maintenance(parent_element, maintenance_metadata)
parent_element |
A list representing the EML project or dataset. |
maintenance_metadata |
A table or list containing maintenance metadata: see |
The dataset list or project with maintenance information appended.
maintenance_metadata <- list(status = "ongoing", update_frequency = "monthly")
dataset <- list() %>%
add_maintenance(maintenance_metadata)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.