Description Usage Arguments Value Examples
View source: R/retrieve_active_units.R
Retrieve generation per unit
1 | retrieve_active_units(start_date = NULL, end_date = NULL, tokens = list())
|
start_date |
Optional, starting date to filter results. |
end_date |
Optional, ending date to filter results. |
tokens |
Optional, a |
a data.table
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
library(rte.data)
library(data.table)
dat <- retrieve_active_units()
dat
dat[name %chin% "TRICASTIN 1"]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.