Description Usage Arguments Details Value Examples
S3 method for as.cluster()
in the future package.
1 2 3 4 | ## S3 method for class 'gce_instance'
as.cluster(x, project = gce_get_global_project(),
zone = gce_get_global_zone(), rshopts = ssh_options(x), ...,
recursive = FALSE)
|
x |
The instance to make a future cluster |
project |
The GCE project |
zone |
The GCE zone |
rshopts |
Options for the SSH |
... |
Other arguments passed to makeDockerClusterPSOCK |
recursive |
Not used. |
Only works for r-base containers created via gce_vm_template("r-base")
or for
docker containers created using the --net=host
argument flag
A cluster
object.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.