View source: R/count_vulture_jobs.R
count_vulture_jobs | R Documentation |
vulture
jobsCount the number of all jobs that are running on Peregrine for a specific user.
count_vulture_jobs(user_name = "$USER")
user_name |
the Peregrine username, for example |
Use count_jobs to count all jobs running
on the regular
partition.
Use count_regular_jobs to count the jobs running
on the regular
partition.
the number of jobs
if (is_on_peregrine()) {
count_vulture_jobs()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.