job_info: Get Job Information on Cluster

Description Usage Arguments Value Examples

View source: R/job_info.R

Description

Get Job Information on Cluster

Usage

1
job_info(job_id, last_days = 100, verbose = TRUE)

Arguments

job_id

Job identifier

last_days

jobs started during the last last_days days, passed to qacct -d argument

verbose

print diagnostic messages

Value

A tibble of information

Examples

1
2
3
4
## Not run: 
res = job_info("6684455")

## End(Not run)

muschellij2/clusterRundown documentation built on March 24, 2021, 9 p.m.