Learn R Programming

gofigR (version 0.3.1)

find_analysis: 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)

Value

analysis object

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.