Description Usage Arguments Value Author(s) Examples
View source: R/abs-api-functions.R
This function returns a list of all datasets available from ABS.Stat.
| 1 | abs_datasets(lang = "en", include_notes = FALSE)
 | 
| lang | Preferred language (default 'en' - English). | 
| include_notes | Include ABS annotation information for each series. | 
data frame in long format
David Mitchell <david.pk.mitchell@gmail.com>
| 1 2 3 4 |   
    datasets <- abs_datasets()
    datasets <- abs_datasets(include_notes=TRUE)
  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.