Description Usage Arguments Value Author(s) See Also Examples
Outer join of two or more distributed data object (DDO) sources by key
1 2 |
output |
a "kvConnection" object indicating where the output data should reside (see |
overwrite |
logical; should existing output location be overwritten? (also can specify |
postTransFn |
an optional function to be applied to the each final key-value pair after joining |
params |
a named list of objects external to the input data that are needed in the distributed computing (most should be taken care of automatically such that this is rarely necessary to specify) |
packages |
a vector of R package names that contain functions used in |
control |
parameters specifying how the backend should handle things (most-likely parameters to |
... |
Input data sources: two or more named DDO objects that will be joined, separated by commas (see Examples for syntax). Specifically, each input object should inherit from the 'ddo' class. It is assumed that all input sources are of same type (all HDFS, all localDisk, all in-memory). |
a 'ddo' object stored in the output
connection, where the values are named lists with names according to the names given to the input data objects, and values are the corresponding data.
The 'ddo' object contains the union of all the keys contained in the input 'ddo' objects specified in ...
.
Ryan Hafen
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.