| geolocation | R Documentation |
Access or assign the optional geolocation attribute to a semantically rich
dataset object.
geolocation(x)
geolocation(x, overwrite = TRUE) <- value
x |
A dataset object created by |
overwrite |
Logical. If |
value |
A character string specifying the |
The geolocation field describes the spatial region or named place where
the data was collected or that the dataset is about. This field is
recommended for data discovery in DataCite Metadata Schema 4.4.
See: DataCite: Geolocation Guidance
A character string of length 1, representing the geolocation
attribute attached to x.
Other bibliographic helper functions:
contributor(),
creator(),
dataset_format(),
dataset_title(),
description(),
get_bibentry(),
language,
publication_year(),
publisher(),
relation(),
rights(),
subject()
orange_dataset <- orange_df
geolocation(orange_df) <- "US"
geolocation(orange_df)
geolocation(orange_df, overwrite = FALSE) <- "GB"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.