opal.resources: Get the resource references of a project

View source: R/opal.resource.R

opal.resourcesR Documentation

Get the resource references of a project

Description

Get the resource references of a project

Usage

opal.resources(opal, project, df = TRUE)

Arguments

opal

Opal object.

project

Name of the project.

df

Return a data.frame (default is TRUE)

See Also

Other resource functions: opal.resource_create(), opal.resource_delete(), opal.resource_exists(), opal.resource_extension_create(), opal.resource_get(), opal.resource_perm_add(), opal.resource_perm_delete(), opal.resource_perm(), opal.resources_perm_add(), opal.resources_perm_delete(), opal.resources_perm(), opal.resource()

Examples

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

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.