addExportAndImport {antaresProcessing} | R Documentation |
This function computes the export and import of areas or districts and add it to an
antaresData
object.
addExportAndImport(x, addCapacities = FALSE, opts = NULL)
x |
an object of class "antaresDataList" created with the function
|
addCapacities |
If |
opts |
opts |
addExportAndImport
modifies its input by adding to it columns:
export |
export for an area or district |
import |
import for an area or district |
capExport |
capacity of export for an area or district, if |
capImport |
capacity of import for an area or district, if |
## Not run: # Data required by the function showAliases("exportsImports") mydata <- readAntares(select = "exportsImports") addExportAndImport(mydata) names(mydata$areas) ## End(Not run)