Determine which model variables need to be found
determine_variables.RdTakes the specification and returns a dictionary-like data frame with the required model variables, their filters, and where they can be found.
Arguments
- specification
A tibble or data.frame as returned by
check_config_table.- dictionary
A tibble or data.frame storing the Eurostat variable code in column 'eurostat_code'. If
download == TRUEthen the dictionary also requires column named 'dataset_id' that stores the Eurostat dataset id. WhenNULL, the default dictionary is used.