within.ffdf: Evaluate an expression in a ffdf data environment
Description
Same functionality as within. Please note
that you should write your expression as if it is a
normal data.frame. The resulting data.frame
however will be a new ffdf data.frame.
Usage
## S3 method for class 'ffdf':
within(data, expr, ...)
Arguments
data
ffdf data object used as an
environment for evaluation.