View source: R/intellectual-rights-element.R
add_license | R Documentation |
Adds the license element to a dataset list according to EML standards.
add_license(parent_element, license_metadata)
parent_element |
A list representing the EML project or dataset. |
license_metadata |
A table or list containing license metadata: see |
The dataset list or project with intellectual rights information appended.
license_metadata = list(default_license = "CCBY")
dataset <- list() %>%
add_license(license_metadata)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.