View source: R/launcher-functions.R
launcherGetJobs | R Documentation |
Retrieve information on Workbench jobs.
launcherGetJobs(
statuses = NULL,
fields = NULL,
tags = NULL,
includeSessions = FALSE
)
statuses |
Return only jobs whose status matches one of |
fields |
Return a subset of fields associated with each job object.
When |
tags |
An optional set of tags. Only jobs that have been assigned one of these requested tags will be returned. |
includeSessions |
Boolean; include jobs which are also operating as RStudio R sessions? |
Other job-launcher functionality:
launcherAvailable()
,
launcherConfig()
,
launcherContainer()
,
launcherControlJob()
,
launcherGetInfo()
,
launcherGetJob()
,
launcherHostMount()
,
launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
,
launcherSubmitJob()
,
launcherSubmitR()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.