oadmin.system_perm: Get the System permissions

View source: R/opal.admin.R

oadmin.system_permR Documentation

Get the System permissions

Description

Get the permissions that were applied to the whole system.

Usage

oadmin.system_perm(opal)

Arguments

opal

Opal connection object.

Value

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

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.system_perm_add(o, c('andrei', 'valentina'), 'user', 'project_add')
oadmin.system_perm(o)
oadmin.system_perm_delete(o, c('andrei', 'valentina'), 'user')
opal.logout(o)

## End(Not run)

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