Learn R Programming

antaresRead (version 2.9.2)

getThematicTrimming: Get the Thematic trimming of an Antares study

Description

Antares API OK

This function reads the "selection variables" section of the study's "generaldata.ini" file.

Minimal version required is v8.8.

Usage

getThematicTrimming(opts = simOptions())

Value

data.frame with 2 columns :

  • variables : names are displayed according to the study version

  • status_selection : have 2 possible values ("active"; "skip")

Arguments

opts

list of simulation parameters returned by the function setSimulationPath

Examples

Run this code
if (FALSE) {
# Get Thematic trimming of Antares study version >= v8.8
getThematicTrimming()
}

Run the code above in your browser using DataLab