powered by
Update first border line type and color type based on page information.
update_border_first(tbl)
a data frame tbl with updated top border type and top 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_first()
Run the code above in your browser using DataLab