giveTS: Transform RDS file to csv

Description Usage Arguments Examples

View source: R/buildTs.R

Description

Transform RDS file to csv

Usage

1
2
3
giveTS(path, outFile, minDate = as.POSIXct("2015-01-01", tz = "UTC"),
  maxDate = as.POSIXct("2018-12-31", tz = "UTC"), overlappingvalues = "max",
  clipping = FALSE)

Arguments

path

character data path (refear to a CSV file)

outFile

character file to write (.csv)

minDate

POSIXct minimum of dates

maxDate

POSIXct maximum of dates

overlappingvalues

character operation for overlap, can be "sum" or "min"

clipping

boolean, clipping times series by maximum capacity of produciton

Examples

1
2
3
4
## Not run: 
  giveTS("FRindispo2.csv", outFile = "FRindispoTS.csv")

## End(Not run)

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