getAwiValues: Return the _National Average Wage Index_ values for input...

Description Usage Arguments Value Examples

View source: R/awiData.R

Description

Return the AWI values for input years. The values are either measured or predicted through a model depending on whether or not a measure value exists for the input year. Predicted values will only be produced for years later than the last year in the data set downloaded from the government site. No values for years before the first year in the set will be predicted.

Usage

1
getAwiValues(years = NULL)

Arguments

year

the years fof the AWI values to return

Value

the AWI values for years

Examples

1
2
getAwiValues(years = 2025)
getAwiValues(years = 2000:2025)

twjacobs/oasdir documentation built on July 28, 2019, 5:51 a.m.