SyntaxFix
Write A Post
Hire A Developer
Questions
This really belongs with @Ramnath's answer but I can't comment as I don't have enough reputation yet. You can also use the arrange function from the dplyr package in the same way as the plyr package.
arrange
dplyr
plyr
library(dplyr) arrange(DF, ID, desc(num))