Set of helper functions for downloading some of the most relevant macroeconomic indicators of Spain.
bde_ind_gdp_var(series_label = "GDP_YoY", ...)bde_ind_unemployment_rate(series_label = "Unemployment_Rate", ...)
bde_ind_euribor_12m_monthly(series_label = "Euribor_12M_Monthly", ...)
bde_ind_euribor_12m_daily(series_label = "Euribor_12M_Daily", ...)
bde_ind_cpi_var(series_label = "Consumer_price_index_YoY", ...)
bde_ind_ibex(series_label = "IBEX_index_month", ...)
bde_ind_gdp_quarterly(series_label = "GDP_quarterly_value", ...)
bde_ind_population(series_label = "Population_Spain", ...)
Optional. Character vector or value. Allows to specify a
custom label for the series extracted. It should have the same length than
series_code.
Arguments passed on to bde_series_load
parse_datesLogical. If TRUE the dates would be parsed using
bde_parse_dates().
parse_numericLogical. If TRUE the columns would be parsed to
double (numeric) values. See Note.
cache_dirA path to a cache directory. The directory can also be set
via options with options(bde_cache_dir = "path/to/dir").
update_cacheLogical. If TRUE the requested file would be updated on
the cache_dir.
verboseLogical TRUE or FALSE, display information useful for
debugging.
extract_metadataLogical TRUE/FALSE. On TRUE the output is the
metadata of the requested series.
A tibble with the required series.
This functions are convenient wrappers of bde_series_load() referencing
specific series. Use verbose = TRUE, extract_metadata = TRUE options
to see the specification and the source.
# NOT RUN {
bde_ind_gdp_var()
# }
Run the code above in your browser using DataLab