Description Usage Arguments Value Author(s) Examples
View source: R/abs-api-functions.R
This function returns the available dimeninsions for a specified ABS API dataset.
1 | abs_dimensions(dataset, update_cache = FALSE)
|
dataset |
Character vector of dataset codes. These codes correspond to the
|
update_cache |
Logical expression, if FALSE (default), use the cached list of available ABS.Stat datasets, if TRUE, update the list of available datasets. |
a data frame with available dataset dimensions.
David Mitchell <david.pk.mitchell@gmail.com>
1 2 3 4 5 6 7 8 |
## CPI - Consumer Price Index
x <- abs_dimensions("CPI");
str(x)
## LF - Labour Force
x <- abs_dimensions("LF");
str(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.