I just started using R, and came across data.table. I found it brilliant.
A very naive question: Can I ignore data.frame to use data.table to avoid syntax confusion between two packages?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the data.table FAQ
FAQ 1.8 OK, I’m starting to see what data.table is about, but why didn’t you enhance data.frame in R? Why does it have to be a new package?
What are the smaller syntax differences between
data.frameand data.tableSmall caveat
There will possibly be cases where some packages use code that falls down when given a data.frame, however, given that
data.tableis constantly being maintained to avoid such problems, any problems that may arise will be fixed promptly.For example
see this question and prompt response
From the NEWS for v 1.8.2