Unload package from the remote R session.
See also
Other execution functions:
opal.execute(),
opal.execute.source(),
opal.load_package()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.unload_package(o, 'stats')
opal.logout(o)
} # }