Retrieve job log from API
getJobLogs(job_id, opts = antaresRead::simOptions())
The job identifier.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
Logs as character string.
if (FALSE) { # \dontrun{
antaresRead::setSimulationPathAPI(
host = "http://localhost:8080",
study_id = "39c604fc-687f-46c4-9fa6-59b57ff9c8d1",
token = NULL,
simulation = "input"
)
job <- runSimulation()
getJobLogs(job)
} # }