powered by
Retrieves data from the OECD Multisystem dataset using specified filters, years, and optional pre-processing.
oda_get_multisystem( start_year = NULL, end_year = NULL, filters = NULL, pre_process = TRUE )
A data frame containing OECD Multisystem data
Integer. The starting year of the data query. If NULL, no lower bound is set. Defaults to NULL.
NULL
Integer. The ending year of the data query. If NULL, no upper bound is set. Defaults to NULL.
List. A named list of filters to apply (e.g., donor codes, easure, flow type, unit measure, price base). Values must match OECD dotstat codes.
Logical. Whether to clean and rename columns into a standard format. If FALSE, returns raw output. Defaults to TRUE.
FALSE
TRUE
# \donttest{ oda_get_multisystem( start_year = 2018, end_year = 2022, filters = list( donor = "DAC", recipient = "DPGC", sector = 1000, measure = 10 ) ) # }
Run the code above in your browser using DataLab