Skip to contents

Downloads Eurostat data given a data.frame of required variables

Usage

download_eurostat(to_obtain, additional_filters, quiet)

Arguments

to_obtain

A data.frame as returned by determine_variables().

additional_filters

A character vector storing the column names of additional filters if present. Length 0 if not present.

quiet

Logical with default = FALSE. Should messages be displayed? These messages are intended to give more information about the estimation and data retrieval process.

Value

Returns a list with two named elements: $df stores the downloaded data and $to_obtain the updated data.frame tracking which variables still need to be obtained.