Check if the user setup the analysis plan in the right way.

kobo_check_analysis_plan(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

The return will be a list that contains a list that checks all elements of the analysis plan and message of confirmation

Author

Maher Daoud

Examples

if (FALSE) { kobo_check_analysis_plan("form.xlsx") }