Skip to content

Commit

Permalink
#39
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 15, 2019
1 parent 9cc8c17 commit 68d4e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/report.data.frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ report.grouped_df <- function(model, median = FALSE, dispersion = TRUE, range =
values[[group]] <- r$values
}

table <- dplyr::select_(table, "Group", "everything()")
table_full <- dplyr::select_(table_full, "Group", "everything()")
table <- .order_columns(table, "Group")
table_full <- .order_columns(table_full, "Group")

out <- list(
text = text,
Expand Down

0 comments on commit 68d4e55

Please sign in to comment.