raustats (version 0.1.0)

abs_dimensions: Return available dimensions of ABS series

Description

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

Usage

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.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    ## CPI - Consumer Price Index
    x <- abs_dimensions("CPI");
    str(x)
    ## LF - Labour Force
    x <- abs_dimensions("LF");
    str(x)
  
# }

Run the code above in your browser using DataLab