Description Usage Arguments Value Author(s) Examples
View source: R/rba-functions.R
Functions to extract data from a specified RBA time series spreadsheet.
1 |
files |
Names of one or more ABS data file |
data frame in long format
David Mitchell <david.pk.mitchell@gmail.com>
1 2 3 4 5 |
rba_urls <- rba_search(pattern = "Liabilities and Assets")$url
rba_files <- sapply(rba_urls, rba_file_download)
data <- rba_read_tss(rba_files);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.