powered by
Returns the given object, with global results and anonymized results sorted by the given variable.
sort(x, decreasing = FALSE, ...)# S4 method for klausuR sort(x, decreasing = FALSE, sort.by = c())
# S4 method for klausuR sort(x, decreasing = FALSE, sort.by = c())
An object of class klausuR
klausuR
Logical, whether sorting should be sone increasing or decreasing.
Additional arguments.
An optional character string naming a variable to sort the results by. Defaults to c(), i.e. no re-ordering.
c()
klausur
# NOT RUN { klsr.obj <- klausur(data.obj) sort(klsr.obj, sort.by="Points") # }
Run the code above in your browser using DataLab