Function to compute indicators from indicator sheet

kobo_create_indicators(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-raw folder.

Value

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

Author

Edouard Legoupil, Maher Daoud

Examples

if (FALSE) { kobo_create_indicators("myform.xlsx") }