R/create_metadata.R
data_spatialCoverage-set.RdAdd a single character vector or a list to give spatial coverage the dataset if it has a spatial extent for JSON-LD metadata generation, e.g., the place where data was collected.
data_spatialCoverage(data) <- value
| data | the data frame |
|---|---|
| value | the spatial coverage information |
data('bfi') data_spatialCoverage(bfi) <- "Goettingen, Germany" attributes(bfi)[[4]]#> [1] "Goettingen, Germany"