View source: R/monitorWorkflow.R
monitorWorkflow | R Documentation |
Check the status of submitted jobs
monitorWorkflow(workspaceName)
workspaceName |
Character(1). Name of the workspace |
A tibble summarizing submitted workflow jobs. Contains information such as submission Id, submission date, and submission status.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
monitorWorkflow(workspaceName = "Bioconductor-Workflow-DESeq2")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.