dot-get_workspace_fullname: Get the fullname of the workspace

.get_workspace_fullnameR Documentation

Get the fullname of the workspace

Description

Get the fullname of the workspace

Usage

.get_workspace_fullname(workspaceName)

Arguments

workspaceName

Character(1). Name of the template workspace name you want to clone. You can provide name or namespace/name.

Value

Character(1) of workspaceNamespace/workspaceName

Examples

library(AnVILBase)
if (
    gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
    nzchar(avworkspace_name())
) {
.get_workspace_fullname(workspaceName = "Bioconductor-Workflow-DESeq2")
}


shbrief/RunTerraWorkflow documentation built on Aug. 24, 2024, 3:56 p.m.