Load form, building dictionnary, loading all required data into the environment, Check to split select_multiple if data is extracted from ODK, Clean variable if any and Re-encoding data based on the dictionnary

kobo_load_data(form = "form.xlsx", app = "console")

Arguments

form

The full filename of the form to be accessed (has to be xlsx file). It is assumed that the form is stored in the data folder.

app

The place where the function has been executed, the default is the console and the second option is the shiny app

Value

No return, all results will be saved inside new CSV files

Author

Edouard Legoupil, Maher Daoud

Examples

if (FALSE) { kobo_load_data("form.xlsx") }