| sacct_lines | R Documentation | 
Run sacct with args and parse output as a data.table
sacct_lines(args, format.fields = c("JobID", 
    "ExitCode", "State", 
    "MaxRSS", "Elapsed"), 
    delimiter = "\t")
args | 
 character string passed to   | 
format.fields | 
 character vector of field names to pass to   | 
delimiter | 
 passed as –delimiter.  | 
Same as sacct_fread.
Toby Hocking <toby.hocking@r-project.org> [aut, cre]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.