get_resources {flowr} | R Documentation |
Extract resources used by each job of a flow get_resources currently this only works on LSF
get_resources(x, odir, ...)
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 |
If x
is a parent level folder,
then resources are summarized for all its child folders.
## Not run:
get_resources(x = x, odir = ~/tmp)
## End(Not run)