
Get the installed packages from all the R servers in the cluster described by the profile.
oadmin.installed_packages(opal, profile = NULL)
Opal object.
The R servers profile name to which operation applies. See also opal.profiles.
The result of the installed.packages() call
Other administration functions:
oadmin.install_bioconductor_package()
,
oadmin.install_cran_package()
,
oadmin.install_devtools()
,
oadmin.install_github_package()
,
oadmin.install_local_package()
,
oadmin.install_package()
,
oadmin.installed_devtools()
,
oadmin.installed_package()
,
oadmin.package_description()
,
oadmin.remove_package()
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.installed_packages(o)
opal.logout(o)
# }
Run the code above in your browser using DataLab