opal.project_exists {opalr} | R 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_create()
,
opal.project_delete()
,
opal.projects_databases()
,
opal.projects()
,
opal.project()
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)
[Package opalr version 3.4.1 Index]