
Delete a permission that was applied to the R service. Silently returns when there is no such permission.
oadmin.r_perm_delete(opal, subject, type = "user")
Opal connection object.
A vector of subject identifiers: user names or group names (depending on the type).
The type of subject: user (default) or group.
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.r_perm_add(o, c('andrei', 'valentina'), 'user', 'use')
oadmin.r_perm(o)
oadmin.r_perm_delete(o, c('andrei', 'valentina'), 'user')
opal.logout(o)
# }
Run the code above in your browser using DataLab