Creates Table 4.2
create_t4.2.RdTable 4.2 Live births by place of occurrence (birth1c) and sex (birth2a) of newborn
Usage
create_t4.2(
  data,
  est_data,
  date_var = "dobyr",
  data_year = NA,
  tablename = "Table_4_2",
  output_path = NULL
)Arguments
- data
 Birth records data frame
- est_data
 Estimated births data frame
- date_var
 Name of date variable (years)
- 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.