A dataset containing the prices and other attributes of almost 54,000 diamonds.
teaching_r_questions
A data frame with 54 rows and 6 columns:
The question to be asked.
A possible response to the question. In multiple choice questions, for example, this would be the possible answers. For questions without discrete answers, such as a numeric input, this would be the default option shown on the input. For text inputs, it is the placeholder value.
What type of response is expected? Numeric, multiple choice, text, etc...
The input id for Shiny inputs.
Does this question (row) depend on another? That is, should it only appear if a different question has a specific value? This column contains the input_id of whatever question this one depends upon.
This column contains the specific value that the dependence question must take for this question (row) to be shown.
logical TRUE/FALSE signifying if a question is required.
D'Agostino McGowan Data Science Lab at Wake Forest University.