prog2chron: Transpose load curtailment program to chronicle with datetime

Description Usage Arguments Value

View source: R/prog2chron.R

Description

Transpose load curtailment program to chronicle with datetime

Usage

1
2
3
prog2chron(tbl_prog, int_step = 300, char_group = "groupe",
  char_pow = "puissance", char_begin = "debut", char_end = "fin",
  char_oml = "dmo")

Arguments

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

Value

a dataframe with three columns : group, datetime_UTC and pow


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