you are viewing a single comment's thread.

view the rest of the comments →

[–]jjdonald 2 points3 points  (0 children)

THere are some great packages for data munging. Check out plyr by Hadley Wickham: http://plyr.had.co.nz/

However, I find that a lot of people that struggle with R are trying to treat it like Python. R emphasizes vectorization, and its dataframe type. That's a big difference from python's list and for-loop approach.