Skip to content

Commit

Permalink
Merge branch 'bug-fix-168' of https://github.com/Merck/r2rtf into bug…
Browse files Browse the repository at this point in the history
…-fix-168
  • Loading branch information
fb-elong committed May 26, 2023
2 parents 1ae6215 + 6fcff39 commit 08520b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/as_rtf_pageby.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ as_rtf_pageby <- function(tbl) {
)

stopifnot(all(seq_len(nrow(tmp)) == tmp$`.order`))
tmp <- tmp[ , ! names(tmp) %in% c(".pageby", ".order"), drop = FALSE]
tmp <- tmp[, !names(tmp) %in% c(".pageby", ".order"), drop = FALSE]
attributes(tmp) <- attributes(cell_tbl)
cell_tbl <- tmp
}
Expand Down

0 comments on commit 08520b9

Please sign in to comment.