View source: R/maintenance-element.R
create_maintenance | R Documentation |
Creates the maintenance information of a dataset based off of EML standards.
create_maintenance(status = c("complete", "ongoing"), update_frequency = NULL)
status |
Provide the status of your project or dataset as either complete or ongoing. |
update_frequency |
Only needed if the status of the project or dataset is ongoing. If this is the case, please provide the frequency of which the project or dataset is updated. |
Create Maintenance
A maintenance element that can be appended to a dataset list.
create_maintenance(status = "complete")
create_maintenance(status = "ongoing",
update_frequency = "annually")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.