diff --git a/R/export_table.R b/R/export_table.R index e0f9e2b37..c40d79aff 100644 --- a/R/export_table.R +++ b/R/export_table.R @@ -584,7 +584,7 @@ print.insight_table <- function(x, ...) { # into the second table matrix if (i < ncol(.final_temp)) { final_extra[[e]] <- .final_temp[, 1:(i - 1), drop = FALSE] - final_extra[[e+1]] <- .final_temp[, -(1:(i - 1)), drop = FALSE] + final_extra[[e + 1]] <- .final_temp[, -(1:(i - 1)), drop = FALSE] } e <- e + 1 }