oadmin.remove_package {opalr} | R Documentation |
Remove package
Description
Remove package permanently.
Usage
oadmin.remove_package(opal, pkg, profile = NULL)
Arguments
opal |
Opal object or list of opal objects. |
pkg |
Package name. |
profile |
The R servers profile name to which operation applies. See also opal.profiles. |
See Also
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_packages()
,
oadmin.installed_package()
,
oadmin.package_description()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
oadmin.remove_package(o, 'xxx')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]