View source: R/datashield.admin.R
| dsadmin.profile_rparser | R Documentation |
Set or remove the R parser version of a DataSHIELD profile
dsadmin.profile_rparser(opal, name, rParser = NULL)
opal |
Opal object. |
name |
Name of the profile. |
rParser |
Version of the DataSHIELD R parser that applies to this profile. If not specified, the system's default one will be used. A valid version would be one of 'v1' or 'v2'. |
Other DataSHIELD profiles:
dsadmin.profile(),
dsadmin.profile_access(),
dsadmin.profile_create(),
dsadmin.profile_delete(),
dsadmin.profile_enable(),
dsadmin.profile_exists(),
dsadmin.profile_init(),
dsadmin.profile_perm(),
dsadmin.profile_perm_add(),
dsadmin.profile_perm_delete(),
dsadmin.profiles()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
dsadmin.profile_create(o, name = 'survival', cluster = 'demo')
# apply R parser version v2
dsadmin.profile_rparser(o, name = 'survival', rParser = 'v2')
# apply system's default R parser version
dsadmin.profile_rparser(o, name = 'survival')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.