SQL-like functionality in R -
I am used to write data manipulation in SQL and now when I am learning RI, I think that Sometimes you want to do something simple in SQL but will have to learn a bunch of stuff with R, which is to manipulate the R data frame itself. Is there a simple job?
View package sqldf This is perfect for your needs.
Comments
Post a Comment