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

opal.project_exists(opal, project)

Arguments

opal

Opal object.

project

Name of the project

Value

A logical

Examples

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