Produce a dataframe that represents levels and parents for the main dataframe and all sub datasets.

kobo_get_dataframes_levels(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" contains levels and parents for the main dataframe and all sub datasets.

Author

Maher Daoud

Examples

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