powered by
replyr_arrange(df, columnName, decreasing = FALSE)
replyr_arrange(data.frame(x=c(1,3,2)), 'x') replyr_arrange(data.frame(x=c(1,3,2)), 'x', decreasing=TRUE)
Run the code above in your browser using DataLab