map_indicator_eurostat: Map Eurostat indicators into a database

Description Usage Arguments Value Examples

Description

Map Eurostat indicators into a database

Usage

1

Arguments

ids

Identifiers of Eurostat statistical products.

path

A path to save the database.

Value

An Sqlite database with two tables: metadata and labelling.

Examples

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)

dataobservatory-eu/indicator documentation built on Dec. 19, 2021, 8:13 p.m.