Learn R Programming

opalr (version 2.0.0)

dsadmin.perm: Get the DataSHIELD permissions

Description

Get the permissions that were applied to the DataSHIELD service.

Usage

dsadmin.perm(opal)

Arguments

opal

Opal connection object.

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')
dsadmin.perm_add(o, c('andrei', 'valentina'), 'user', 'use')
dsadmin.perm(o)
dsadmin.perm_delete(o, c('andrei', 'valentina'), 'user')
opal.logout(o)
# }

Run the code above in your browser using DataLab