multiplyr (version 0.1.1)

within_node: Execute code within a node

Description

This is the mainstay of parallel computation for a data frame. This will execute the specified expression within each node. Each node will have a persistent environment, so that variables created in that environment can be referred to by, for example, later calls to summarise. This environment contains active bindings to the columns of that data frame.

Usage

within_node(.self, expr)

Arguments

.self
Data frame
expr
Code to execute

See Also

Other data manipulations: mutate, nsa, reduce, summarise, transmute, within_group