powered by
Sort an ldat
# S3 method for ldat sort(x, decreasing = FALSE, ...)
ldat to sort
ldat
unused (a value unequal to FALSE will generate an error).
FALSE
unused.
Sorts x and returns a sorted copy of x.
x
# NOT RUN { x <- as_ldat(iris) sort(x) # }
Run the code above in your browser using DataLab