Add 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

Arguments

data

the data frame

value

the spatial coverage information

Examples

data('bfi') data_spatialCoverage(bfi) <- "Goettingen, Germany" attributes(bfi)[[4]]
#> [1] "Goettingen, Germany"