Skip to content

Commit

Permalink
pass ... to export_table
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 3, 2024
1 parent ced22eb commit c6b475a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/data_codebook.R
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ print.data_codebook <- function(x, ...) {
title = caption,
empty_line = "-",
cross = "+",
align = .get_codebook_align(x)
align = .get_codebook_align(x),
...
)
)
}
Expand Down

0 comments on commit c6b475a

Please sign in to comment.