raustats (version 0.1.0)

rba_read_tss: Read RBA statistical time series spreadsheet

Description

Functions to extract data from a specified RBA time series spreadsheet.

Usage

rba_read_tss(files)

Arguments

files

Names of one or more ABS data file

Value

data frame in long format

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
   rba_urls <- rba_search(pattern = "Liabilities and Assets")$url
   rba_files <- sapply(rba_urls, rba_file_download)
   data <- rba_read_tss(rba_files);
 
# }

Run the code above in your browser using DataCamp Workspace