opal.projects {opalr}R Documentation

Get projects

Description

Get projects

Usage

opal.projects(opal, df = TRUE)

Arguments

opal

Opal object.

df

Return a data.frame (default is TRUE)

See Also

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

Examples

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

## End(Not run)

[Package opalr version 3.4.1 Index]