Is study an Antares v7 study ?

is_antares_v7(opts = antaresRead::simOptions())

is_antares_v820(opts = antaresRead::simOptions())

Arguments

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath()

Value

a logical, TRUE if study is v7 or above, FALSE otherwise.

Examples


if (FALSE) {
# setSimulationPath

is_antares_v7()

}