Skip to content

Commit

Permalink
Update mpf_exporters.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Tazovsky authored Jan 14, 2025
1 parent f0dccd5 commit fc2beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mpf_exporters.R
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ export_as_rtf <- function(x,
font_size = 8,
lineheight = 1,
fontspec = font_spec(font_family, font_size, lineheight),
paginate = TRUE,
...) {
paginate <- isTRUE(list(...)$paginate)
# Processing lists of tables or listings
if (.is_list_of_tables_or_listings(x)) {
if (isFALSE(paginate)) {
Expand Down

0 comments on commit fc2beb1

Please sign in to comment.