Learn R Programming

opalr (version 2.0.0)

opal.resource_perm: Get the permissions on a resource

Description

Get the permissions that were applied on a resource.

Usage

opal.resource_perm(opal, project, resource)

Arguments

opal

Opal connection object.

project

The project name.

resource

The resource name.

Value

A data.frame with columns: subject, type, permission

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.resource_perm_add(o, 'CNSIM', 'CNSIM1', c('andrei', 'valentina'), 'user', 'view')
opal.resource_perm(o, 'CNSIM', 'CNSIM1')
opal.resource_perm_delete(o, 'CNSIM', 'CNSIM1', c('andrei', 'valentina'), 'user')
opal.logout(o)
# }

Run the code above in your browser using DataLab