parse_rout_files: Parse .Rout files to a data frame

Description Usage Arguments

View source: R/rlogs.R

Description

Parse .Rout files to a data frame

Usage

1
parse_rout_files(paths, type = "rout", filter = FALSE)

Arguments

paths

Character vector of paths to Rout files

type

Passed to parse_name

filter

If TRUE, then only show failed jobs

A data.frame with the following columns:

jid, jobname, warnings, errors, internal_run_seconds, final

plus

arm___xyz columns for each arm value


rjbgoudie/mngr documentation built on May 27, 2019, 9:13 a.m.