getCosealASScenario: Retrieves a scenario from the Coseal Github repository and...

View source: R/getCosealASScenario.R

getCosealASScenarioR 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

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

Value

[ASScenario]. Description object.

Examples

## Not run: 
  sc = getCosealASScenario("CSP-2010")

## End(Not run)

aslib documentation built on Aug. 25, 2022, 9:09 a.m.