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 4ef07d0 commit 0385035
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 @@ -681,7 +681,7 @@ print.insight_table <- function(x, ...) {
# check whether user wants to have a "cross" char where vertical and
# horizontal lines (from header line) cross.
header_line <- .insert_cross(
paste0(rep_len(header, nchar(final_row, type = "width")), collapse = ""),
paste(rep_len(header, nchar(final_row, type = "width")), collapse = ""),
cross, sep, final_row,
is_last_row = row == nrow(final)
)
Expand Down

0 comments on commit 0385035

Please sign in to comment.