show_available_catalogues: Helper function for 'download_abs_data_cube' to show the...

View source: R/show_available_catalogues.r

show_available_cataloguesR Documentation

Helper function for download_abs_data_cube to show the available catalogues.

Description

[Experimental]

This function lists the possible catalogues that are available on the ABS website. These catalogues must be specified as a string as an argument to download_abs_data_cube.

Usage

show_available_catalogues(selected_heading = NULL, refresh = FALSE)

Arguments

selected_heading

optional character string specifying the heading on the ABS statistics webpage. e.g. "Earnings and work hours"

refresh

logical; FALSE by default. If FALSE, an internal table of the available ABS catalogues is used. If TRUE, this table is refreshed from the ABS website.

Value

a character vector of catalogues.

See Also

Other data cube functions: download_abs_data_cube(), search_catalogues(), show_available_files()

Examples

show_available_catalogues("Earnings and work hours")

readabs documentation built on Aug. 8, 2023, 9:06 a.m.