find_figure {gofigR} | R Documentation |
Finds a figure by name
Description
Finds a figure by name
Usage
find_figure(gf, analysis, name, description = NULL, create = FALSE)
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. |
Value
figure object
[Package gofigR version 0.3.1 Index]