Description Usage Arguments Value Author(s) Examples
Return a subset of a "ddf" object to memory
1 2 3 |
data |
object to be subsetted – an object of class "ddf" or "ddo" - in the latter case, need to specify |
subset |
logical expression indicating elements or rows to keep: missing values are taken as false |
select |
expression, indicating columns to select from a data frame |
drop |
passed on to [ indexing operator |
preTransFn |
a transformation function (if desired) to applied to each subset prior to division - note: this is deprecated - instead use |
maxRows |
the maximum number of rows to return |
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 |
verbose |
logical - print messages about what is being done |
data frame
Ryan Hafen
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.