R/kobo_rename_xlsform_dataframes.R
kobo_rename_xlsform_dataframes.Rd
Rename xlsform under data file to form.xls and all dataframes to the
kobo_rename_xlsform_dataframes(form = "form.xlsx", app = "console")
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 |
no return. only if there is error.
Maher Daoud
if (FALSE) { kobo_rename_xlsform_dataframes() }