r-lib / archive

R bindings to libarchive, supporting a large variety of archive formats
https://archive.r-lib.org/
Other
145 stars 17 forks source link

Encourage using "data.table" functions over CSV helpers in the documentation #58

Closed T145 closed 3 years ago

T145 commented 3 years ago

Reference: https://www.analyticsvidhya.com/blog/2016/05/data-table-data-frame-work-large-data-sets/ Also: https://www.rdocumentation.org/packages/data.table/versions/1.14.2

jimhester commented 3 years ago

I am not sure what data.table has to do with this package?

T145 commented 3 years ago

Just as a documentation fix. This helps raise awareness that a better alternative exists.

jimhester commented 3 years ago

data.table doesn't work with R connections. The main purpose of this package is to provide an R connection into archives, so no, data.table wouldn't make much sense here.