Description Usage Arguments Value Examples
Get data from eco2mix via Open-RTE API
1 2 |
from |
date from which to retrieve data. |
to |
date until which to recover data. |
resource |
resource to use between real time ("tr") or consolidated data ("cons"). |
user |
Username (NNI) for proxy if needeed. |
proxy_pwd |
Password for proxy if needeed. |
a data.table
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
eco2mix <- get_eco2mix(
from = "2018-01-06",
to = "2018-01-12",
user = "NNI", # needeed if no internet connection open
proxy_pwd = "PASSWORD"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.