Description Usage Arguments Examples
View source: R/remove_dropped_lists.R
These will be moved into a new tab called unused_choices. Standard ODK validations check if all lists from survey are in choices but not the other way around. The reverse is useful to prevent translation of obsolete lists and for form checking
1 | remove_dropped_lists(ODKFile, verbose = TRUE)
|
ODKFile |
ODK form read in using read.odk |
verbose |
return message indicating whether to show message or just return object |
1 2 | #Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% remove_dropped_lists()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.