Learn R Programming

evaluator (version 0.4.3)

read_quantitative_inputs: Load quantitative inputs

Description

Given an input directory, load the quantitative objects into memory.

Usage

read_quantitative_inputs(input_directory = "~/evaluator/inputs")

Arguments

input_directory

Location of input files.

Value

List of domains, quantitative_scenarios, and risk_tolerances

Details

The key quantitative inputs for Evaluator processing include:

  • domains.csv - domains and domain_ids

  • risk_tolerances.csv - the risk tolerances of the organization

  • quantitative_scenarios.rds - risk scenarios and quantified parameters

Examples

Run this code
# NOT RUN {
read_quantitative_inputs("~/evaluator/inputs")
# }

Run the code above in your browser using DataLab