Skip to content

Commit

Permalink
Style code
Browse files Browse the repository at this point in the history
  • Loading branch information
fb-elong committed May 26, 2023
1 parent 64f414a commit 6fcff39
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 6fcff39

Please sign in to comment.