Description Usage Arguments Details Value
Get the exported object. The objects are 'getSysPackages', 'setSysPackages', 'addSysPackages', 'getRPackages', 'setRPackages' and 'addRPackages'. see details
1 2 3 4 5 | ## S4 method for signature 'RedisContainer'
getExportedNames(x)
## S4 method for signature 'RedisContainer'
getExportedObject(x, name)
|
x |
A cloud provider or container object |
name |
The name of the exported object |
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.
For the exported function: The current package vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.