separate_age_group: Separate age groups

View source: R/utils.R

separate_age_groupR Documentation

Separate age groups

Description

An internal function used within clean_age_population_year() to separate age groups in a data set into two variables, lower.age.limit, and upper.age.limit

Usage

separate_age_group(data, age_col)

Arguments

data

data frame

age_col

bare unquoted column referring to age column

Value

data frame with two extra columns, lower.age.limit and upper.age.limit


njtierney/conmat documentation built on April 17, 2025, 10:27 p.m.