getCosealASScenario {aslib} | R Documentation |
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 |
[ |
Value
[ASScenario
]. Description object.
Examples
## Not run:
sc = getCosealASScenario("CSP-2010")
## End(Not run)
[Package aslib version 0.1.2 Index]