Produce a data dictionnary based on the xlsform for the project

kobo_dico(form = "form.xlsx")

Arguments

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.

Value

A "data.frame" with the full data dictionnary. To be used in the rest of the analysis.

Author

Edouard Legoupil

Examples

if (FALSE) { kobo_dico(form = "form.xlsx") }