Get the 'name' column for all rows that have 'begin repeat' value in 'type' column

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

return a list that contains 1.vector of string represent the names 2.message about status

Author

Maher Daoud

Examples

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