getMaxImportExport: Return a data.table with the maximum values of import and...

View source: R/getMaxImportExport.R

getMaxImportExportR Documentation

Return a data.table with the maximum values of import and export

Description

This function takes the object domainesFB, generated with computeFB and return a data.table with the maximum values of import and export by period and typical day.

Usage

getMaxImportExport(domainesFB, writecsv = F)

Arguments

domainesFB

data.table The output domainesFB obtained with computeFB

writecsv

logical TRUE if you want to save your results in a csv (default FALSE)

Examples

## Not run: 
domainesFB <- readRDS(system.file("testdata/antaresInput/domainesFB.rds", package = "fbAntares"))
dtImportExport <- getMaxImportExport(domainesFB)

## End(Not run)

rte-antares-rpackage/fbAntares documentation built on June 1, 2022, 6:20 p.m.