Reads in all the responses recorded to the calibration, scenarios, and capability questions.

read_responses(source_dir = getwd())

Arguments

source_dir

Directory location where input files are found.

Value

A tidyrisk_response_set object

Details

Expects the following files to be present:

  • calibration_answers.csv - Calibration

  • scenario_answers.csv - Scenarios

  • capability_answers.csv - Capabilities

Examples

if (FALSE) { read_responses() }