rslurm_read | R Documentation |
rslurm read
rslurm_read(x, pattern, as_list = TRUE)
x |
slurm_job object. |
pattern |
String with pattern to match. |
as_list |
Logical if result should be returned as |
This functions reads all .rds
files matching the pattern
argument.
This can be useful if results were not saved using the default templates of the
rslurm
package. For more information, please see the rslurm
package.
list
## Not run:
rslurm_read(x = sbatch_results)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.