Last chance! 50% off unlimited learning
Sale ends in
Sorts folded, using all non-VALUE columns, starting from the left. If decreasing is TRUE, the resulting row order is reversed.
# S3 method for folded
sort(x, decreasing = FALSE, ...)
folded
logical
ignored arguments
folded
# NOT RUN {
library(magrittr)
data(eventsf)
eventsf %>% sort
# }
Run the code above in your browser using DataLab