get_eurostat_indicator: Get Tidy Indicator(s) From Eurostat

Description Usage Arguments Details Value See Also

Description

Get a Eurostat data product and save its metadata and the data in tidy tables.

Usage

1
get_eurostat_indicator(preselected_indicators = NULL, id, eurostat_toc = NULL)

Arguments

preselected_indicators

A pre-filtered datatable from get_eurostat. Defaults to NULL, when the download will be called with id.

id

The identifier code of a Eurostat data product. get_eurostat will be called with id if preselected_indicators=NULL. In case the data is preselected, the id serves for labeling from the Eurostat label dictionaries.

eurostat_toc

The Eurostat table of contents

Details

This function creates a tidy indicator table that is ready to be inserted into a database.

Value

A list that contains four tables: the indicator, a value label description table, the metadata table and the description and keywords table.

See Also

Other acquisition functions: update_metadata()


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