Description Usage Arguments Value Examples
Same functionality as transform
, but on a ffdf
object. Please note that you should write
your expression as if it is a normal data.frame
. The resulting data.frame
however will be a ffdf
data.frame.
1 2 |
_data |
|
... |
named arguments that will be added to the |
a modified clone of `_data`
.
1 2 | transform(as.ffdf(airquality), Ozone = -Ozone)
transform(as.ffdf(airquality), new = -Ozone, Temp = (Temp-32)/1.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.