View source: R/driver-docker-container.R
Coerce an object into a container object.
1 2 3 4 5 6 7 8 9 10 | as.container(x, host = localhost)
## S3 method for class 'character'
as.container(x, host = localhost)
## S3 method for class 'list'
as.container(x, host = localhost)
## S3 method for class 'container'
as.container(x, host = localhost)
|
x |
An object to coerce |
host |
A docker host A container object represents a Docker container on a host. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.