Skip to contents

Get status of all jobs in a jobset

Usage

status(x, ...)

Arguments

x

A parade_jobset object

...

Additional arguments passed to method implementations

Value

A tibble with job status information

Examples

if (FALSE) { # \dontrun{
jobs <- slurm_map(1:4, function(x) x^2)
status(jobs)
} # }