A tibble with 73 rows and 4 columns:

village_list

Format

An object of class tbl_df (inherits from tbl, data.frame) with 73 rows and 4 columns.

Source

Data from a SMART survey conducted in Cameroon in 2020

Details

VariableDescription
idVillage identifier
villageVillage name
populationPopulation size
clusterCluster identifier for selected villages

Examples

village_list
#> # A tibble: 73 × 4 #> id village population cluster #> <dbl> <chr> <dbl> <chr> #> 1 1 BODO FOUDA 1732 1 #> 2 2 BODO GOUALGA 1974 3 #> 3 3 BODO GUEFTAGUE 1888 4 #> 4 4 DJIMTILO 309 NA #> 5 5 BLOUMTAGUE 298 NA #> 6 6 NANAMI 433 5 #> 7 7 LAFIA 1 846 NA #> 8 8 LAFIA 2 211 NA #> 9 9 LAFIA CKRENACK 117 NA #> 10 10 MESSIO 915 6 #> # … with 63 more rows