opalr (version 3.4.1)

opal.unload_package: Unload package

Description

Unload package from the remote R session.

Usage

opal.unload_package(opal, pkg)

Arguments

opal

Opal object or list of opal objects.

pkg

Package name.

See Also

Other execution functions: opal.execute.source(), opal.execute(), opal.load_package()

Examples

Run this code
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.unload_package(o, 'stats')
opal.logout(o)
}

Run the code above in your browser using DataLab