Transform a ffdf data.frame
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.
## S3 method for class 'ffdf' transform(`_data`, ...)
_data |
|
... |
named arguments that will be added to the |
a modified clone of `_data`
.
transform(as.ffdf(airquality), Ozone = -Ozone) transform(as.ffdf(airquality), new = -Ozone, Temp = (Temp-32)/1.8)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.