Create a Validation List for Data Entry
create_validation_list.Rd
This function generates a validation list to be used for data entry validation.
It combines predefined validation lists with dynamically formatted choices derived from
the choices
and tool
parameters. The resulting dataframe is intended to provide
structured and valid choices for various question types.
Arguments
- choices
A dataframe representing the Kobo choices sheet. Expected to have at least the columns
list_name
andname
.- tool
A dataframe representing the Kobo survey sheet. Expected to have at least the columns
type
andname
.