Table 4.3 Live births by place of occurrence and place of usual residence of mother
Usage
create_t4.3(
data,
date_var = "dobyr",
data_year = NA,
tablename = "Table_4_3",
output_path = NULL
)
Arguments
- data
data frame being used
- 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.
Value
data frame with tablutated results
Examples
t4.3 <- create_t4.3(bth_data, dobyr, 2022)
#> Error: object 'bth_data' not found