Finds an analysis by name, optionally creating one if it doesn't exist.
find_analysis(gf, name, description = NULL, workspace = NULL, create = FALSE)
analysis object
GoFigr client
name of the analysis to find
description of the analysis if it needs to be created
parent workspace
if TRUE and the analysis doesn't exist, it will be created; throws an error otherwise.