# NOT RUN {
cars.df = as.disk.frame(cars)
cars.df2 = cars.df %>% cmap(~.x)
# the computation is performed and the data is now stored elsewhere
cars.df3 = compute(cars.df2)
# clean up
delete(cars.df)
delete(cars.df3)
# }
Run the code above in your browser using DataLab