get_categorical_field_responses.Rd
Given a REDCap data dictionary, enumerate every response value for every categorical field in that data dictionary
get_categorical_field_responses(metadata)
a dataframe with these columns
First item
Second item
Second item
Second item
Second item
a set of uniform weights across the responses of each field
if (FALSE) { # \dontrun{
categorical_field_responses <-
get_categorical_field_responses(metadata_to_populate)
} # }