sacct_fread {slurm}R 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.

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")

[Package slurm version 2025.4.9 Index]