Get the 'name' column for all rows that have 'begin repeat' value in 'type' column
kobo_get_begin_repeat(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. |
---|
return a list that contains 1.vector of string represent the names 2.message about status
Maher Daoud
if (FALSE) { kobo_get_begin_repeat("myform.xlsx") }