Prepare XLSform by adding chapter, disaggregation, correlate, variable, anonymise, structuralequation, clean, cluster, predict, mappoint, mappoly in case if those fields are not exist; the function will create dummy column for each one. Also, coloring all rows that have type equal to "begin group", "end group", "begin repeat" or "end repeat".
kobo_prepare_form(form = "form.xlsx")
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. |
---|
No return, this function edit the original XLSform directly
Maher Daoud
if (FALSE) { kobo_prepare_form("myform.xlsx") }