opalr (version 3.0.2)

opal.profiles: 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

Run this code
# NOT RUN {
o <- opal.login('administrator','password', url = 'https://opal-demo.obiba.org')
opal.profiles(o)
opal.logout(o)
# }

Run the code above in your browser using DataLab