getThematicTrimming: Get the Thematic trimming of an Antares study

View source: R/thematic_trimming.R

getThematicTrimmingR Documentation

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())

Arguments

opts

list of simulation parameters returned by the function setSimulationPath

Value

data.frame with 2 columns :

  • variables : names are displayed according to the study version

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

Examples

## Not run: 
# Get Thematic trimming of Antares study version >= v8.8
getThematicTrimming()

## End(Not run)

antaresRead documentation built on Nov. 5, 2025, 7:42 p.m.