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.

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 April 1, 2024, 8:32 a.m.