Description Usage Arguments Value Examples
Map Eurostat indicators into a database
1 | map_indicator_eurostat(ids, path)
|
ids |
Identifiers of Eurostat statistical products. |
path |
A path to save the database. |
An Sqlite database with two tables: metadata and labelling.
1 2 3 4 5 6 | ## Not run:
map_indicator_eurostat <- function (
ids = c("ISOC_R_BLT12_I", "isoc_cicce_use", "teicp090"),
path = 'not_included/example.db' )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.