| sacct_fread | R Documentation |
Run fread on the output of sacct.
sacct_fread(...)
... |
... |
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.
Toby Hocking <toby.hocking@r-project.org> [aut, cre]
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.