powered by
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.
transform
ffdf
data.frame
# S3 method for ffdf transform(`_data`, …)
ffdf data object to be transformed.
named arguments that will be added to the ffdf data.frame
a modified clone of `_data`.
`_data`
# NOT RUN { transform(as.ffdf(airquality), Ozone = -Ozone) transform(as.ffdf(airquality), new = -Ozone, Temp = (Temp-32)/1.8) # }
Run the code above in your browser using DataLab