sacct_fread: sacct fread

sacct_freadR Documentation

sacct fread

Description

Run fread on the output of sacct.

Usage

sacct_fread(...)

Arguments

...

...

Value

Data table with the same number of rows as the output of the sacct command, and additional columns that result from parsing the columns with sacct.pattern.list. This table typically has more than one row per task, so typically this table is used as input to sacct_tasks.

Author(s)

Toby Hocking <toby.hocking@r-project.org> [aut, cre]

Examples

  library(slurm)
  sacct_fread(text="JobID|ExitCode|State|MaxRSS|Elapsed
18473217_1|0:0|RUNNING||00:03:47
18473217_1.extern|0:0|RUNNING||00:03:47")

tdhock/slurm documentation built on June 9, 2025, 7:59 a.m.