multidplyr (version 0.0.0.9000)

src_cluster: A cluster.

Description

A cluster.

Usage

src_cluster(cluster = get_default_cluster())

Arguments

cluster

Cluster to use as backend.

Examples

Run this code
# NOT RUN {
library(dplyr)
cl <- src_cluster()

# Copying a data frame to a src_cluster copies it once to each node.
# This isn't usually useful unless you plan on joining it to a data
# frame created with partition()
copy_to(cl, mtcars)
# }

Run the code above in your browser using DataLab