The package uses the catalogue mirrored at https://github.com/HughParsonage/ABS-Catalogue. These functions expose the guts of the package's method to connect to this mirror.
Each inflator, plus the 'adjustment', is associated with an ABS Series ID.
content2series_id(
broad_cat = c("cpi", "lfi", "wpi"),
adjustment = c("original", "seasonal", "trend", "trimmed-mean", "monthly-original",
"monthly-seasonal", "monthly-excl-volatile")
)download_data(series_id = NULL)
when_last_updated()
content2series_idA character vector, the Series ID identified by `broad_cat` and `adjustment`
download_dataCalled for its side-effect, downloading the data required. If successful, returns zero.
when_last_updatedThe date the downloaded data was last retrieved, or
the string "Never" if the file does not exist.
Definitions to identify the Series ID. If any are multiple, the result is of the cartesian join, not the component-wise values.
The Series ID desired. For download_data, if NULL,
the default, downloads all files required.