Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 23, 2024
1 parent e12d21c commit 84bf49b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/data_xtabulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ print_html.datawizard_crosstabs <- function(x, big_mark = NULL, ...) {
if (length(x) == 1) {
.print_text_table(x[[1]], big_mark = big_mark, format = format, ...)
} else {
browser()
x <- lapply(x, function(i) {
# grouped data? if yes, add information on grouping factor
if (!is.null(i[["Group"]])) {
Expand Down

0 comments on commit 84bf49b

Please sign in to comment.