Learn R Programming

opalr (version 3.3.1)

opal.project_exists: Check a project exists

Description

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

Usage

opal.project_exists(opal, project)

Value

A logical

Arguments

opal

Opal object.

project

Name of the project

See Also

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

Examples

Run this code
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.project_exists(o, 'test')
opal.logout(o)
}

Run the code above in your browser using DataLab