read_abs_data: Extracts ABS time series data from local Excel spreadsheets...

View source: R/read_abs_data.R

read_abs_dataR Documentation

Extracts ABS time series data from local Excel spreadsheets and converts to long format.

Description

read_abs_data() is soft deprecated and will be removed in a future version. Please use read_abs_local() to import and tidy locally-stored ABS time series spreadsheets, or read_abs() to download, import, and tidy time series spreadsheets from the ABS website.

Usage

read_abs_data(path, sheet)

Arguments

path

Filepath to Excel spreadsheet.

sheet

Sheet name or number.

Value

Long-format dataframe


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