create_maintenance: Create Maintenance Element

View source: R/maintenance-element.R

create_maintenanceR Documentation

Create Maintenance Element

Description

Creates the maintenance information of a dataset based off of EML standards.

Usage

create_maintenance(status = c("complete", "ongoing"), update_frequency = NULL)

Arguments

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.

Details

Create Maintenance

Value

A maintenance element that can be appended to a dataset list.

Examples

create_maintenance(status = "complete")

create_maintenance(status = "ongoing",
                   update_frequency = "annually")

CVPIA-OSC/EMLaide documentation built on Aug. 25, 2023, 8:53 a.m.