get_eurostat_indicator.RdGet a Eurostat data product and save its metadata and the data in tidy tables.
get_eurostat_indicator(preselected_indicators = NULL, id, eurostat_toc = NULL)
| preselected_indicators | A pre-filtered datatable from |
|---|---|
| id | The identifier code of a Eurostat data product.
|
| eurostat_toc | The Eurostat table of contents |
A list that contains four tables: the indicator, a value label description table, the metadata table and the description and keywords table.
This function creates a tidy indicator table that is ready to be inserted into a database.
Other acquisition functions:
update_metadata()