Skip to contents

Table 4.7 Live births by place of occurrence, site of delivery and attendant at birth

Usage

create_t4.7(
  data,
  date_var,
  data_year = NA,
  tablename = "Table_4_7",
  output_path = NULL
)

Arguments

data

data frame being used

date_var

occurrence data variable being used

data_year

year of data

tablename

name of the table being saved as a csv file

output_path

The path to export the generated table

Value

data frames for tabulated versions of Table 4.7

Examples

t4.7 <- create_table_4.7(bth_data, dobyr, 2022, tablename = "Table_4_7")
#> Error in create_table_4.7(bth_data, dobyr, 2022, tablename = "Table_4_7"): could not find function "create_table_4.7"