Table 7.2 Marriages by place of usual residence of groom and age of bride and groom, urban areas
Table 7.3 Marriages by place of usual residence of groom and age of bride and groom, rural areas
Usage
create_t7.2_and_7.3(
data,
data_year = NA,
rural_urban = "urban",
tablename = NA
)
Arguments
- data
data frame being used
- data_year
year the data is for
- rural_urban
whether the data is for urban or rural
- tablename
name of the table being saved as a csv file
Value
data frame of tabulated results
Examples
t7.2 <- create_t7.2_and_7.3(marr_data, data_year = 2020, rural_urban = "urban", tablename = "Table_7_1")
#> Error: object 'marr_data' not found
t7.3 <- create_t7.2_and_7.3(marr_data, data_year = 2020, rural_urban = "rural", tablename = "Table_7_2")
#> Error: object 'marr_data' not found