getDashboard | R Documentation |
This function prints out the Dashboard contents of the target workspace.
You can provide either workspaceName
or analysis
. If both
values are provided, this function will use workspaceName
argument
over analysis
argument.
getDashboard(workspaceName = "", analysis = NULL)
workspaceName |
The name of the workspace you want to get the overview provided through the Dashboard. |
analysis |
The name of the analysis use want to check the Dashboard of.
The list of available analyses can be found with |
The last modified date as a message, followed by the Dashboard contents from the target workspace.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
getDashboard(analysis = "salmon")
getDashboard(workspaceName = "Bioconductor-Workflow-DESeq2")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.