opal.profiles: List R profiles

View source: R/opal.R

opal.profilesR 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)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.