View source: R/build_metadata_shell.R
job_finder | R Documentation |
Filters to jobs with State = RUNNING You can filter jobs to a string match (grepl()).
job_finder(system_user_name, jobname_filter, cluster_type = "slurm")
system_user_name |
[chr] string identifying user on the cluster |
jobname_filter |
[regex] filter the user's jobs to include this string |
cluster_type |
[chr] allows methods by cluster type, if multiple are applicable - "slurm" uses 'squeue' |
[data.frame] long by jobid, wide by jobid and jobname
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.