-
Is there a simply way to create a disk.frame containing only specified columns? inmapfn = function(chunk) { or something like that, |
Beta Was this translation helpful? Give feedback.
Answered by
xiaodaigh
May 3, 2021
Replies: 1 comment 1 reply
-
You can already do that since
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lucazav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can already do that since
{disk.frame}
uses{data.table}
'sfread
which provides theselect=
option