Description Usage Arguments Value Author(s) Examples
View source: R/rba-functions.R
Function to return a list of all RBA data tables.
1 2 3 4 5 6 7 | rba_search(
pattern,
fields = c("table_no", "table_name"),
series_type = "statistical tables",
ignore.case = TRUE,
update_cache = FALSE
)
|
pattern |
Character string or regular expression to be matched |
fields |
Character vector of column names through which to search. By default, the function searches 'table_no' and 'table_name'. |
series_type |
Character vector specifying one or more one of 'statistical tables', 'historical data' or
'discontinued data'. By default, |
ignore.case |
Case senstive pattern match or not. |
update_cache |
Logical expression, if FALSE (default), use the cached list of available
RBA tables ( |
data frame in long format
David Mitchell <david.pk.mitchell@gmail.com>
1 | rba_datasets <- rba_search(pattern = "Liabilities and Assets");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.