writeMiscGen: Write Misc Gen data

View source: R/writeMiscGen.R

writeMiscGenR Documentation

Write Misc Gen data

Description

Antares API OK

Usage

writeMiscGen(data, area, opts = antaresRead::simOptions())

Arguments

data

Data to write.

area

Name of the area for which to write data.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath()

Value

An updated list containing various information about the simulation.

Examples

## Not run: 

writeMiscGen(matrix(data = c(rep(0, 8760 * 7), rep(-100000, 8760)), ncol = 8), "area1")


## End(Not run)

antaresEditObject documentation built on June 22, 2024, 9:39 a.m.