create_wm_ts_fr: Create Solar and Wind TS for France

Description Usage Arguments Examples

View source: R/create_wm_fr_ts.R

Description

Create Solar and Wind TS for France

Usage

1
create_wm_ts_fr(data, start, opts = antaresRead::simOptions())

Arguments

data

a data.table obtained from read_forfait_oa.

start

Beginning of the simulation.

opts

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

opts <- setSimulationPath(path = "test_case/", simulation = "input")

oa <- read_forfait_oa(path = "inputs/OA/")

create_wm_ts_fr(data = oa, start = "2018-01-02")


## End(Not run)

rte-antares-rpackage/antaresWeeklyMargin documentation built on July 25, 2019, 8:23 p.m.