Learn R Programming

gofigR (version 0.3.1)

find_figure: Finds a figure by name

Description

Finds a figure by name

Usage

find_figure(gf, analysis, name, description = NULL, create = FALSE)

Value

figure object

Arguments

gf

GoFigr client

analysis

parent analysis

name

name of the figure to find

description

description of the figure if it needs to be created

create

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