aslib (version 0.1.2)

getCosealASScenario: Retrieves a scenario from the Coseal Github repository and parses into an S3 object.

Description

Uses subversion export to retrieve a specific scenario from the official Coseal Github repository. The scenario is checked out into a temporary directory and parsed with parseASScenario.

Usage

getCosealASScenario(name)

Value

[ASScenario]. Description object.

Arguments

name

[character(1)]
Name of benchmark data set.

Examples

Run this code
if (FALSE) {
  sc = getCosealASScenario("CSP-2010")
}

Run the code above in your browser using DataLab