Lumenize
Lumenize copied to clipboard
R function order()
Takes variable to sort on and returns a sorted list.
tweetDF[order(as.integer(created)), ] sorts the list of tweets according to when they were created.