aggregate_pop_ages: Aggregate population ages into age groups of interest

Description Usage Arguments

View source: R/01_contact_matrix.R

Description

aggregate_pop_ages returns a data.frame with all of the processed information on population age structure.

Usage

1
2
3
4
5
6
aggregate_pop_ages(
  match_country = "",
  match_state = "",
  match_county = "",
  ages_to_cut = v_init_age_grps
)

Arguments

match_country

Character that specifies which country population age structure to return.

match_state

Character that specifies which state population age structure to return.

match_county

Character that specifies which county population age structure to return.

ages_to_cut

Vector that specifies the age bins to aggregate and return.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.