Description Usage Arguments Value Examples
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.
1 2 |
data |
|
expr |
expression to evaluate. |
... |
arguments to be passed to |
a modified clone of data
.
1 2 3 | ffdat <- as.ffdf(data.frame(x=1:10, y=10:1))
# add z to the ffdat
within(ffdat, {z <- x+y})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.