When I tried to use data.table in my R project a warning saying "data.table 1.12.8 using 4 threads (see ?getDTthreads). Latest news: r-datatable.com" appears in the console.
I had tried to update the data.table but it was up to date.
library(data.table)
data.table 1.12.8 using 4 threads (see ?getDTthreads). Latest news: r-datatable.com
Is there any better way to load data than data.table? Does data.table slows my R project? if yes what are the memory-efficient alternatives available?
Thanks