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