View source: R/findInputName.R
findInputName | R Documentation |
Find the root entity name
findInputName(workspaceName, rootEntity = "", nameOnly = TRUE)
workspaceName |
Name of the workspace |
rootEntity |
A character. Type of root entity for Terra's data model.
For example, |
nameOnly |
Under the default ( |
A character vector of input names under the given root entity.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
.findInputName(
workspaceName = "Bioconductor-Workflow-DESeq2",
rootEntity = "participant_set")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.