get_summ: Get a key fact about a time series

View source: R/filter_dash_data.R

get_summR Documentation

Get a key fact about a time series

Description

Get a key fact about a time series

Usage

get_summ(series_ids, item, df = ts_summ)

Arguments

series_ids

Character vector of ABS time series ID(s)

item

Item to extract from summary; see ?ts_summarise() for the full list. Unquoted.

df

Data frame containing time series summarised with djprshiny::ts_summarise().

Examples

## Not run: 
ts_summ <- dash_data %>%
  djprshiny::ts_summarise()

get_summ("A84601638A", latest_value)

## End(Not run)

djpr-data/djprlabourdash documentation built on April 28, 2023, 6:16 p.m.