library(reportabs)
labour_force <- read_absdata("labour_force")
Reporting ABS Time Series Data
average_over(data = labour_force, filter_with = list(indicator = "Employed total"), between = c("2010-01-01", "2020-01-01"))
#> [1] 11793.71
Numbers can be formatted nicely for inclusion in documents using as_comma()
, as_percent()
and as_percentage_point()
.