Skip to contents

Gets the jobs run on slurm as a tibble

Usage

get_slurm_jobs(user = NULL)

Arguments

user

optional user name to filter jobs only submitted by user

Value

a tibble containing the jobs submitted to slurm

Examples

if (FALSE) { # \dontrun{
get_slurm_jobs()
} # }