opalr (version 3.4.1)

opal.load_package: Load package

Description

Load package in the remote R session.

Usage

opal.load_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.unload_package()

Examples

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

Run the code above in your browser using DataLab