Format and filter Choices for 'select_one' Questions
create_formatted_choices.Rd
This function returns a dataframe containing 'select_one' questions
from the tool
dataframe with their corresponding choices in the choices
dataframe.
Arguments
- choices
A dataframe containing the choices sheet from the Kobo tool Expected to have at least the columns
list_name
andname
.- tool
A dataframe containing the survey sheet from the Kobo tool Expected to have at least the columns
type
andname
.