Learn R Programming

collector (version 0.1.3)

read_responses: Read all SMEs responses

Description

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

Usage

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

Run this code
# NOT RUN {
read_responses()
# }

Run the code above in your browser using DataLab