Get the installed packages from all the R servers in the cluster described by the profile.

oadmin.installed_packages(opal, profile = NULL)

Arguments

opal

Opal object.

profile

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

Value

The result of the installed.packages() call

Examples

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