Collapse open age of life table
collapse_open_age.Rd
If the given open age is less that the current open age of the life table, collapse deaths and population counts for higher age groups into the new open age.
Arguments
- lt
data.table()
representing a single life table to (possibly) collapse.- open_age
New open age interval start.
- catch_lower_input
logical()
determining if an error should be thrown when the input life table's open age is lower than the given open age.