Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 7, 2024
1 parent 59ce510 commit 5f431c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/data_xtabulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ print_html.dw_data_xtabulates <- function(x, big_mark = NULL, ...) {
# provided, e.g. "weights = iris$not_found" - all this is only relevant when
# weights is NULL
if (is.null(weights)) {

# possibly misspelled weights-variables for default-method ----------------
# -------------------------------------------------------------------------

Expand All @@ -343,7 +342,6 @@ print_html.dw_data_xtabulates <- function(x, big_mark = NULL, ...) {
insight::format_error("The variable specified in `weights` was not found. Possibly misspelled?")
}
} else {

# possibly misspecified weights-variables for data.frame-method -----------
# -------------------------------------------------------------------------

Expand Down

0 comments on commit 5f431c4

Please sign in to comment.