Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 30, 2024
1 parent 5d1a5c2 commit a41a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/export_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a41a721

Please sign in to comment.