aggregateIndispo: Product ts from csv file

Description Usage Arguments Examples

Description

Product ts from csv file

Usage

1
aggregateIndispo(path, outputFile, aggregatedCol, colDcast = NULL)

Arguments

path

character csv file product by giveTS

outputFile

character csv output file

aggregatedCol

character column to aggregate, can be : "date", "hour", "month", "year", "productionType" can also be a vector (c("month", "year"))

colDcast

character, render result by columns : see exemple

Examples

1
2
3
4
5
6
## Not run: 
 aggregateIndispo("NLindispoTS.csv", "agg1.csv", c("date", "hour", "productionType"))
 aggregateIndispo("NLindispoTS.csv", "agg2.csv",
  c("date", "hour", "productionType"), colDcast = "productionType")

## End(Not run)

rte-antares-rpackage/unavailabilityProductionEntsoe documentation built on May 4, 2019, 7:38 a.m.