get_hydraulique_fil_de_l_eau_eclusee: Get hydraulique data drom eco2mix

Description Usage Arguments Value Examples

View source: R/rte-api.R

Description

Get hydraulique data drom eco2mix

Usage

1
2
get_hydraulique_fil_de_l_eau_eclusee(from = NULL, to = NULL,
  user = NULL, proxy_pwd = NULL)

Arguments

from

date from which to retrieve data, if NULL set to previous saturday before previous friday.

to

date until which to recover data, if NULL set to previous friday.

user

Username (NNI) for proxy if needed.

proxy_pwd

Password for proxy if needed.

Value

a data.table

Examples

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

fil_eau <- get_hydraulique_fil_de_l_eau_eclusee(
  user = "NNI", proxy_pwd = "PASSWORD"
)


## End(Not run)

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