getExportedNames,RedisContainer-method {RedisBaseContainer} | R Documentation |
Get the exported object
Description
Get the exported object. The objects are 'getSysPackages', 'setSysPackages', 'addSysPackages', 'getRPackages', 'setRPackages' and 'addRPackages'. see details
Usage
## S4 method for signature 'RedisContainer'
getExportedNames(x)
## S4 method for signature 'RedisContainer'
getExportedObject(x, name)
Arguments
x |
A cloud provider or container object |
name |
The name of the exported object |
Details
The function XSysPackages
can be used to install the system package for the
worker container before running the R worker. The package will be installed by
apt-get install
.
The function XRPackages
will install the R packages for the container. The
package is installed via AnVIL::install
. It will first try the fast binary installation,
then fallback to BiocManager::install
. Therefore, you can also provide the GitHub package
to this function.
Note that these function must be called before deploying the container. Setting the packages will have no effect on the running container.
Value
For the exported function: The current package vector