get_long_categorical_field_responses.Rd
Given a REDCap data dictionary, enumerate every response value for every categorical field in that data dictionary
get_long_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{
long_categorical_field_responses <-
get_long_categorical_field_responses(metadata_to_populate)
} # }