R/create_metadata.R
data_temporalCoverage-set.Rd
Add a single character vector or a list to give temporal coverage the dataset if it has a temporal extent for JSON-LD metadata generation, e.g., the period of data collection.
data_temporalCoverage(data) <- value
data | the data frame |
---|---|
value | the temporal coverage information |
data('bfi') data_temporalCoverage(bfi) <- "2017" attributes(bfi)[[4]]#> [1] "2017"