opal.profiles {opalr} | R Documentation |
List R profiles
Description
Each R profile corresponds one R servers cluster name. These profiles names can be provided when login (see opal.login) and on some package administration operations.
Usage
opal.profiles(opal, df = TRUE)
Arguments
opal |
Opal object. |
df |
Return a data.frame (default is TRUE) |
Value
The R profiles as a data.frame or a list
See Also
Other connection functions:
opal.login()
,
opal.logout()
Examples
## Not run:
o <- opal.login('administrator','password', url = 'https://opal-demo.obiba.org')
opal.profiles(o)
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]