Retrieve API jobs

getJobs(job_id = NULL, opts = antaresRead::simOptions())

Arguments

job_id

The job identifier, if NULL (default), retrieve all jobs.

opts

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

Value

A data.table with information about jobs.

Examples

if (FALSE) {

getJobs()

}