From 5f431c4695d418b215dc721db84db7a270e02028 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Mar 2024 14:19:11 +0100 Subject: [PATCH] styler --- R/data_xtabulate.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/data_xtabulate.R b/R/data_xtabulate.R index 3c6ec9b44..ef4edeb27 100644 --- a/R/data_xtabulate.R +++ b/R/data_xtabulate.R @@ -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 ---------------- # ------------------------------------------------------------------------- @@ -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 ----------- # -------------------------------------------------------------------------