Produce a dataframe that represents levels and parents for the main dataframe and all sub datasets.
kobo_get_dataframes_levels(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. |
---|
A "data.frame" contains levels and parents for the main dataframe and all sub datasets.
Maher Daoud
if (FALSE) { kobo_get_dataframes_levels("myform.xlsx") }