Check a DataSHIELD profile exists

dsadmin.profile_exists(opal, name)

Arguments

opal

Opal object.

name

Name of the profile.

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
if (!dsadmin.profile_exists(o, name = 'survival'))
  dsadmin.profile_create(o, name = 'survival', cluster = 'demo')
opal.logout(o)
}