Description Usage Arguments Value
Transpose load curtailment program to chronicle with datetime
1 2 3 | prog2chron(tbl_prog, int_step = 300, char_group = "groupe",
char_pow = "puissance", char_begin = "debut", char_end = "fin",
char_oml = "dmo")
|
tbl_prog |
tibble timeseries which contains load curtailment programs |
int_step |
integer value giving step between consecutive datetime values to return |
char_group |
character string giving group name in programs tibble |
char_pow |
character string giving power name in programs tibble |
char_begin |
character string giving datetime begin name in UTC timezone from programs tibble |
char_end |
character string giving datetime end name in UTC timezone from programs tibble |
char_oml |
character string giving minutes of offer mobilization leadtime from programs tibble |
a dataframe with three columns : group, datetime_UTC and pow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.