Produce a data dictionnary based on the xlsform for the project
kobo_dico(form = "form.xlsx")
form | The full filename of the form to be accessed (xls or xlsx file). It is assumed that the form is stored in the data folder. |
---|
A "data.frame" with the full data dictionnary. To be used in the rest of the analysis.
Edouard Legoupil
if (FALSE) { kobo_dico(form = "form.xlsx") }