opal.project_exists: Check a project exists

View source: R/opal.project.R

opal.project_existsR Documentation

Check a project exists

Description

Check whether a project already exists (and is visible by the requesting user).

Usage

opal.project_exists(opal, project)

Arguments

opal

Opal object.

project

Name of the project

Value

A logical

See Also

Other project functions: opal.project(), opal.project_create(), opal.project_delete(), opal.projects(), opal.projects_databases()

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.project_exists(o, 'test')
opal.logout(o)

## End(Not run)

opalr documentation built on Sept. 18, 2024, 9:11 a.m.