View source: R/collectAllMeta.R
getAllWorkflows | R Documentation |
Collect workflows from all workspaces a user has access to
getAllWorkflows(workspaces = NULL)
workspaces |
Under the default ( |
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
allWorkflows <- getAllWorkflows()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.