read_abs_data {readabs} | R 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
[Package readabs version 0.4.16 Index]