lukeReilly

Results 2 issues of lukeReilly

Is there a way to identify the type of a column before reading it into memory, as I don't seem to be able to find it? I guess one could...

Hi, When using the data.table interface, does disk.frame guarantee that the results will always be returned in the same order (when using multiple workers)? e.g. library(disk.frame) dt = data.table(mtcars) dt[,...