awote: AWOTE

View source: R/awote.R

awoteR Documentation

AWOTE

Description

Adult weekly ordinary-time earnings

Usage

awote(
  Date = NULL,
  fy.year = NULL,
  rollDate = "nearest",
  isMale = NA,
  isAdult = TRUE,
  isOrdinary = TRUE
)

Arguments

Date, fy.year

When the AWOTE is desired.

rollDate

How should the Date be joined to the source data? Passed to data.table.

isMale

(logical, default: NA) TRUE for male weekly earnings, FALSE for female, NA for the weekly earnings of both sexes.

isAdult

(logical, default: TRUE) Use adult weekly earnings?

isOrdinary

Use ordinary weekly earnings?

Examples

awote()  # Current AWOTE



grattan documentation built on Sept. 4, 2023, 5:08 p.m.