.get_workspace_fullname | R Documentation |
Get the fullname of the workspace
.get_workspace_fullname(workspaceName)
workspaceName |
Character(1). Name of the template workspace name you
want to clone. You can provide |
Character(1) of workspaceNamespace/workspaceName
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
.get_workspace_fullname(workspaceName = "Bioconductor-Workflow-DESeq2")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.