This document offers a list of suggestions for your consideration in order to assist you in effectively gathering and cleaning high-quality survey data.

Kobo tool

# devtools::install_github("mhkhan27/illuminate")
# devtools::install_github("dickoa/rhdx")
# install.packages(sf)

library(illuminate)
library(sf)
library(rhdx)

mali_admin3 <- illuminate::download_hdx_adm(country_code = "mli",admin_level = 3) ## Downloading OCHA-COD admin 3 data for Mali 

mali_admin3_df <- mali_admin3 |> mutate(
  name = snakecase::to_snake_case(ADM3_FR), ## Change ADM3_FR as necessary
  `label::fr` = ADM3_FR
) |> as.data.frame()|> select( `label::fr`,name)

The code above should generates a table like following, that can be copied directly into the KOBO choices tab. While you’re free to modify the label::fr, please refrain from changing the name, as it will be used for upcoming functions that will be available soon.

Population data

If you don’t have a population dataset or the quality of the existing data is poor, please review the following source with your GIS officer

Data cleaning