Check if devtools package is installed.

oadmin.installed_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) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.installed_devtools(o)
opal.logout(o)
}