as.ram2 | R Documentation |
as.ram2 wrapper for ff:as.ram that also deletes the underlying ff/ffdf to reduce temp space
as.ram2(obj)
obj |
ff/ffdf object to be loaded to ram and deleted |
a data.table
library(ff)
library(tessilake)
test <- ff(1:5)
file.exists(filename(test)) # TRUE
test.ram <- as.ram2(test)
file.exists(filename(test)) # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.