Check if the user setup the analysis plan in the right way.
kobo_check_analysis_plan(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. |
---|
The return will be a list that contains a list that checks all elements of the analysis plan and message of confirmation
Maher Daoud
if (FALSE) { kobo_check_analysis_plan("form.xlsx") }