View source: R/gisco-get-cached-db.R
| gisco_get_cached_db | R Documentation |
Returns an optionally updates the cached database with the endpoints of the GISCO API.
gisco_get_cached_db(update_cache = FALSE)
update_cache |
logical. On |
The cached database is stored in the giscoR cache path, see
gisco_set_cache_dir() for details. The cached database would be used
in subsequent R sessions.
On new GISCO data releases, you can access the new updated data simply by refreshing the cached database without waiting for a new version of giscoR.
A static database gisco_db is shipped with the package. This database would be used in case there is any problem on update.
A tibble.
https://gisco-services.ec.europa.eu/distribution/v2/.
Other database utils:
gisco_db,
gisco_get_metadata()
gisco_get_cached_db() |>
dplyr::glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.