flowr (version 0.9.11)

get_resources: Extract resources used by each job of a flow get_resources currently this only works on LSF

Description

Extract resources used by each job of a flow get_resources currently this only works on LSF

Usage

get_resources(x, odir, ...)

Arguments

x

A character vector of length 1. This may be a parent level folder with directories with multiple flow runs.

odir

Output directory to save the results

other arguments sent to get_resources_lsf

Details

If x is a parent level folder, then resources are summarized for all its child folders.

Examples

Run this code
# NOT RUN {
get_resources(x = x, odir = ~/tmp)
# }

Run the code above in your browser using DataLab