availableAnalysis: Find the available analysis

View source: R/availableAnalysis.R

availableAnalysisR Documentation

Find the available analysis

Description

This function shows the available analyses and the brief descriptions of them.

Usage

availableAnalysis(curatedOnly = TRUE, keyword = NULL)

Arguments

curatedOnly

Default is TRUE, returning only workspaces that offer simplified input configuration by this package. If it is set to FALSE, all the workspaces

keyword

Default is NULL. When this argument is provided as a character(1), it will return only the workspaces containing the keyword and the user has an access to.

Value

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.

Examples

library(AnVILBase)
if (
    gcloud_exists() && identical(avplatform_namespace(), "AnVILGCP") &&
    nzchar(avworkspace_name())
) {
    availableAnalysis()
}


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