Retrieve job log from API

getJobLogs(job_id, opts = antaresRead::simOptions())

Arguments

job_id

The job identifier.

opts

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

Value

Logs as character string.

Examples

if (FALSE) {

antaresRead::setSimulationPathAPI(
  host = "http://localhost:8080",
  study_id = "39c604fc-687f-46c4-9fa6-59b57ff9c8d1",
  token = NULL,
  simulation = "input"
)
job <- runSimulation()
getJobLogs(job)

}