abs_dimensions: Return available dimensions of ABS series

Description Usage Arguments Value Author(s) Examples

View source: R/abs-api-functions.R

Description

This function returns the available dimeninsions for a specified ABS API dataset.

Usage

1
abs_dimensions(dataset, update_cache = FALSE)

Arguments

dataset

Character vector of dataset codes. These codes correspond to the indicatorID column from the indicator data frame of abs_cache or abs_cachelist, or the result of abs_indicators.

update_cache

Logical expression, if FALSE (default), use the cached list of available ABS.Stat datasets, if TRUE, update the list of available datasets.

Value

a data frame with available dataset dimensions.

Author(s)

David Mitchell <david.pk.mitchell@gmail.com>

Examples

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)
  

raustats documentation built on Jan. 11, 2020, 9:31 a.m.