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