Rename xlsform under data file to form.xls and all dataframes to the

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

no return. only if there is error.

Author

Maher Daoud

Examples

if (FALSE) { kobo_rename_xlsform_dataframes() }