powered by
sortDataFrame(x, key, ...)
# Create a simple data frame and order using the "B" key ppp <- data.frame(A=1:10,B=10:1) ppp sortDataFrame(ppp,"B") ppp
Run the code above in your browser using DataLab