powered by
Update last border line type and color type based on page information.
update_border_last(tbl)
a data frame tbl with updated last border type and last border color type attributes
tbl
A data frame
The contents of this section are shown in PDF user manual only.
library(dplyr) tbl <- iris[c(1:3, 51:54), ] %>% rtf_body(page_by = "Species") %>% r2rtf:::update_border_last()
Run the code above in your browser using DataLab