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")
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 |
No return, all results will be saved inside new CSV files
Edouard Legoupil, Maher Daoud
if (FALSE) { kobo_load_data("form.xlsx") }