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.

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

if (FALSE) {
o <- opal.login('administrator','password', url = 'https://opal-demo.obiba.org')
opal.profiles(o)
opal.logout(o)
}