find_workspace {gofigR}R Documentation

Finds a workspace by name, optionally creating it if doesn't exist

Description

Finds a workspace by name, optionally creating it if doesn't exist

Usage

find_workspace(gf, name, description = NULL, create = FALSE)

Arguments

gf

GoFigr client

name

name of the workspace to find

description

workspace description if creating a new one

create

if TRUE and workspace is not found, it will be created

Value

workspace if found; throws an error if not.


[Package gofigR version 1.1.0 Index]