download_abs_data_cube
                        Experimental helper function to download ABS
                        data cubes that are not compatible with
                        read_abs.
extract_abs_sheets      Extract data sheets from an ABS timeseries
                        workbook saved locally as an Excel file.
get_available_files     Helper function for 'download_abs_data_cube' to
                        show the available catalogues.
read_abs                Download, extract, and tidy ABS time series
                        spreadsheets
read_abs_data           Extracts ABS time series data from local Excel
                        spreadsheets and converts to long format.
read_abs_local          Read and tidy locally-saved ABS time series
                        spreadsheet(s)
read_abs_metadata       Extracts ABS series metadata directly from
                        Excel spreadsheets and converts to long-form.
read_abs_sdmx           Extracts ABS XML-formatted data using the SDMX
                        API
read_awe                read_awe
read_cpi                Download a tidy tibble containing the Consumer
                        Price Index from the ABS
read_payrolls           Download and tidy ABS payroll jobs and wages
                        data
scrape_abs_catalogues   Helper function for 'download_abs_data_cube' to
                        scrape the available catalogues from the ABS
                        website.
separate_series         Separate the series column in a tidy ABS time
                        series data frame
show_available_catalogues
                        Helper function for 'download_abs_data_cube' to
                        show the available catalogues.
tidy_abs                Tidy ABS time series data.
tidy_abs_list           Tidy multiple dataframes of ABS time series
                        data contained in a list.
