Description Usage Arguments Value Author(s) Examples
View source: R/abs-api-functions.R
This function queries and returns all metadata associated with a specified dataset from ABS.Stat.
1 | abs_metadata(id, lang = "en")
|
id |
ABS dataset ID. |
lang |
Preferred language (default 'en' - English). |
data frame in long format
David Mitchell <david.pk.mitchell@gmail.com>
1 2 3 4 5 6 7 8 |
datasets <- abs_datasets();
x <- abs_metadata("CPI");
x <- abs_metadata(grep("cpi", datasets$id, ignore.case=TRUE, value=TRUE));
names(x)
y <- abs_metadata(datasets$id[1]);
names(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.