This function creates a DDI version 2.5, XML file structure for microdata library

kobo_ddi(form = "form.xlsx", app = "console")

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.

app

The place where the function has been executed, the default is the console and the second option is the shiny app

Value

DDI version 2.5, XML file structure will saved under out/ddi

Author

Maher Daoud

Examples

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