sort {klausuR} | R Documentation |
Returns the given object, with global results and anonymized results sorted by the given variable.
sort(x, decreasing = FALSE, ...)
## S4 method for signature 'klausuR'
sort(x, decreasing = FALSE, sort.by = c())
x |
An object of class |
decreasing |
Logical, whether sorting should be sone increasing or decreasing. |
... |
Additional arguments. |
sort.by |
An optional character string naming a variable to sort the results by. Defaults to |
m.eik michalke meik.michalke@uni-duesseldorf.de
## Not run:
klsr.obj <- klausur(data.obj)
sort(klsr.obj, sort.by="Points")
## End(Not run)