Unload package from the remote R session.
opal.unload_package(opal, pkg)
Opal object or list of opal objects.
Package name.
Other execution functions:
opal.execute.source()
,
opal.execute()
,
opal.load_package()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.unload_package(o, 'stats')
opal.logout(o)
}