powered by
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
fold.data.frame
# NOT RUN { library(magrittr) data(eventsf) eventsf %>% sort # }
Run the code above in your browser using DataLab