find_analysis {gofigR}R Documentation

Finds an analysis by name, optionally creating one if it doesn't exist.

Description

Finds an analysis by name, optionally creating one if it doesn't exist.

Usage

find_analysis(gf, name, description = NULL, workspace = NULL, create = FALSE)

Arguments

gf

GoFigr client

name

name of the analysis to find

description

description of the analysis if it needs to be created

workspace

parent workspace

create

if TRUE and the analysis doesn't exist, it will be created; throws an error otherwise.

Value

analysis object


[Package gofigR version 1.1.0 Index]