qstatProcess: process the results form qstat command

View source: R/rQsub.R

qstatProcessR Documentation

process the results form qstat command

Description

process the results form qstat command

Usage

qstatProcess(statRes)

Arguments

statRes

the results from 'system("qstat -r", TRUE)'.

Value

a data.frame of tidy results

Examples

## Not run: 
x = system("qstat -r", T)
qstatProcess(x)

## End(Not run)

paodan/funcTools documentation built on April 1, 2024, 12:01 a.m.