View source: R/availableAnalysis.R
availableAnalysis | R Documentation |
This function shows the available analyses and the brief descriptions of them.
availableAnalysis(curatedOnly = TRUE, keyword = NULL)
curatedOnly |
Default is |
keyword |
Default is |
A data frame. The analysis
columns shows the name of the
available analyses, which is the required input (analysis
argument)
for the functions implemented in AnVILWorkflow package.
library(AnVILBase)
if (
gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
nzchar(avworkspace_name())
) {
availableAnalysis()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.