We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e640db1 commit 33d4caeCopy full SHA for 33d4cae
R/descr.R
@@ -491,11 +491,10 @@ descr.default <- function(x,
491
# Prepare output data -------------------------------------------------------
492
493
# Apply order parameter (column ordering)
494
-
495
if (identical(order, "sort")) {
496
output <- output[sort(rownames(output)), ]
497
} else if (length(order) > 1) {
498
- results <- results[order, ]
+ output <- output[order, ]
499
}
500
501
# Keep and order required stats from output
0 commit comments