powered by
A convenience function that combines creating a dataset, setting filters, and retrieving data in one call.
istat_get( dataflow_id, ..., start_period = NULL, end_period = NULL, last_n_observations = NULL )
A tibble containing the requested data
Dataflow ID (e.g., "139_176")
Named filter arguments (dimension_id = value)
Optional start date
Optional end date
Optional integer to get only the last N observations
if (FALSE) { # Quick retrieval with filters data <- istat_get( "139_176", FREQ = "M", TIPO_DATO = "ISAV", PAESE_PARTNER = "WORLD", start_period = "2020-01-01" ) }
Run the code above in your browser using DataLab