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
year the data is for
- tablename
name for csv output use _ instead of . for names
- output_path
The path to export the generated table
Value
data frame with tablutated results
Examples
t4.3 <- create_t4.3(bth_data, dobyr, 2022)
#> Error: object 'bth_data' not found