copyOutput: Copy of the output files of an Antares study

View source: R/copyOutput.R

copyOutputR Documentation

Copy of the output files of an Antares study

Description

Antares API NO

Copy of the output files of an Antares study.

Usage

copyOutput(opts, extname, mcYears = "all")

Arguments

opts

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

extname

Extension to be added to the name of the study, to be used as a name for the newly created folder.

mcYears

mcYears to copy. Can be "all".

Examples

## Not run: 

library(antaresRead)

# Set simulation path
opts = setSimulationPath(path = "PATH/TO/SIMULATION", simulation = "input")

# Create a new area
copyOutput(opts, "_adq")


## End(Not run)


antaresEditObject documentation built on Oct. 4, 2023, 1:06 a.m.