Create Table 3.10
create_t3.10.Rd
Table 3.10 Adjustment of deaths by age group and birth2a of decedent
Usage
create_t3.10(
data,
dth_est,
date_var,
data_year = NA,
tablename = "Table_3_10",
output_path = NULL
)
Arguments
- data
dataframe being used
- dth_est
dataframe being used with estimated Death data
- date_var
occurrence data being used e.g. dobyr, dodyr etc
- data_year
The year to report on. Defaults to the last in the data.
- tablename
Name of the table to be saved as a csv file. Optional.
- output_path
The path to export the generated csv table. Optional.