Description Usage Arguments Details Examples
View source: R/zz-parse-resources.R
Extract resources used by each job of a flow get_resources currently this only works on LSF
1 | 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.
1 2 3 4 | ## Not run:
get_resources(x = x, odir = ~/tmp)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.