opal.unload_package | R Documentation |
Unload package from the remote R session.
opal.unload_package(opal, pkg)
opal |
Opal object or list of opal objects. |
pkg |
Package name. |
Other execution functions:
opal.execute()
,
opal.execute.source()
,
opal.load_package()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.unload_package(o, 'stats')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.