chron2prog: Transpose load curtailment chronicle to program with begin...

Description Usage Arguments Value

View source: R/chron2prog.R

Description

Transpose load curtailment chronicle to program with begin and end datetimes

Usage

1
2
3
chron2prog(tbl_ts, int_step = 1800, char_group = "groupe",
  char_pow = "puissance", char_datetime = "horodate_UTC",
  char_oml = "dmo")

Arguments

tbl_ts

tibble timeseries which contains load curtailment chronicle

int_step

integer value giving step between consecutive datetime values

char_group

character string giving group name in timeseries tibble

char_pow

character string giving power name in timeseries tibble

char_datetime

character string giving datetime name in UTC timezone from timeseries tibble

char_oml

character string giving variable name of the offer mobilization leadtime

Value

a dataframe with three columns : group, begin(included) and end(excluded)


Carenser/modcor documentation built on May 17, 2019, 9:57 a.m.