View source: R/getMaxImportExport.R
getMaxImportExport | R Documentation |
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.
getMaxImportExport(domainesFB, writecsv = F)
domainesFB |
|
writecsv |
|
## Not run: domainesFB <- readRDS(system.file("testdata/antaresInput/domainesFB.rds", package = "fbAntares")) dtImportExport <- getMaxImportExport(domainesFB) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.