geolocation | R Documentation |
Get/set the optional Geolocation
property as an attribute
to an R object.
geolocation(x)
geolocation(x, overwrite = TRUE) <- value
x |
A semantically rich data frame object created by
|
overwrite |
If the attributes should be overwritten. In case it is set
to |
value |
The |
The Geolocation
is recommended for discovery in DataCite 4.4.
Spatial region or named place where the data was gathered or about which
the data is focused. See:
datacite:Geolocation.
The Geolocation
attribute as a character of length 1 is added
to x
.
Other Reference metadata functions:
description()
,
identifier()
,
language
,
publication_year()
,
publisher()
,
rights()
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.