A data frame containing all of the section names and questions from the STOP-AD submission form. "step" and "label" are the user-friendly, human readable versions. "section" and "variable" are the original names that are in the JSON data.

lookup_table

Format

A data frame with 148 rows and 4 columns:

step

Name of the section of the form (user-friendly), e.g. "Naming"

label

Field within the form (user-friendly), e.g. "Is this compound available for off label use?"

section

Name of the section as it appears in the raw data, e.g. "naming"

variable

Name of the field as it appears in the raw data, e.g. "is_off_label"