Skip to contents

Public functions

These are the public-facing functions.

get_project_values()
Get Project Values

Internal functions

These are the internal functions. They are rarely used.

get_one_rectangle_of_values()
Generate a rectangle of data for one record

Field / response enumerating functions

These functions identify fields of a specific type, enumerate them and get/generate the attributes that describe them and the yet-to-be generated values.

get_categorical_field_responses()
Get every categorical field response from a REDCap data dictionary
get_notes_fields()
Get notes fields from a REDCap data dictionary and annotate them with weights
get_slider_fields()
Get slider field from a REDCap data dictionary
get_text_fields()
Get every text field from a REDCap data dictionary

Value generating functions

These functions synthesize values for a specific field type given descriptions created by the Field / response enumerating functions.

get_categorical_field_response_values()
Generate categorical field response values
get_notes_field_values()
Generate notes field content
get_slider_field_values()
Generate slider field values
get_text_field_values()
Generate text field values