remove_dropped_lists: Remove any lists from the choices tabs that do not appear in...

Description Usage Arguments Examples

View source: R/remove_dropped_lists.R

Description

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

Usage

1
remove_dropped_lists(ODKFile, verbose = TRUE)

Arguments

ODKFile

ODK form read in using read.odk

verbose

return message indicating whether to show message or just return object

Examples

1
2
#Form<-read.odk("data/EvaluationQuestionnaire2018.xlsx")
#Form %>% remove_dropped_lists()

sdumble1/ODKTools documentation built on July 6, 2020, 6:36 p.m.