Skip to contents

Install devtools package if not already available.

Usage

oadmin.install_devtools(opal, profile = NULL)

Arguments

opal

Opal object or list of opal objects.

profile

The R servers profile name to which operation applies. See also opal.profiles.

Examples

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