aslib (version 0.1)

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)

Arguments

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

Value

[ASScenario]. Description object.

Examples

Run this code
## Not run: 
#   sc = getCosealASScenario("CSP-2010")
# ## End(Not run)

Run the code above in your browser using DataLab