aus_pop_qtr_age {grattan} | R Documentation |
Australian estimated resident population by age and date
Description
Australian estimated resident population by age and date
Usage
aus_pop_qtr_age(
date = NULL,
age = NULL,
tbl = FALSE,
roll = TRUE,
roll.beyond = FALSE
)
Arguments
date |
A vector of dates. If |
age |
A vector of (integer) ages from 0 to 100 inclusive. If |
tbl |
Should a table be returned? If |
roll |
Should a rolling join be performed? |
roll.beyond |
Should inputs be allowed to go beyond the limits of data (without a warning)?
This is passed to |
Value
A data.table
or vector
with values of the estimated resident population.
Examples
aus_pop_qtr_age(date = as.Date("2016-01-01"), age = 42)
[Package grattan version 2024.1.1 Index]