Retrieve API jobs
getJobs(job_id = NULL, opts = antaresRead::simOptions())
The job identifier, if NULL
(default), retrieve all jobs.
List of simulation parameters returned by the function
antaresRead::setSimulationPath()
A data.table
with information about jobs.
if (FALSE) { # \dontrun{
getJobs()
} # }