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