if (FALSE) {
library(antaresRead)
library(antaresEditObject)
# With physical study:
setSimulationPath("../tests-studies/Study_V8.2/", simulation = "input")
readIni("settings/generaldata")
# With API
setSimulationPathAPI(
host = "http://localhost:8080",
study_id = "73427ae1-be83-44e0-b04f-d5127e53424c",
token = NULL,
simulation = "input"
)
readIni("settings/generaldata")
}
Run the code above in your browser using DataLab