Create Table 3.1
create_t3.1.Rd
Table 3.1 Number of vital events by registration timeliness, year
Usage
create_t3.1(
bth_data,
dth_data,
bth_yr_var = "dobyr",
dth_yr_var = "dodyr",
data_year = NA,
tablename = "Table_3_1",
output_path = NULL
)
Arguments
- bth_data
name of births data frame
- dth_data
name of deaths data frame
- bth_yr_var
name of year variable (Births)
- dth_yr_var
name of year variable (Deaths)
- data_year
The last 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.