Extract resources used by each job of a flow get_resources currently this only works on LSF
get_resources(x, odir, ...)
A character vector of length 1. This may be a parent level folder with directories with multiple flow runs.
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)
# }
Run the code above in your browser using DataLab