Skip to contents

Update first border line type and color type based on page information.

Usage

update_border_first(tbl)

Arguments

tbl

A data frame

Value

a data frame tbl with updated top border type and top border color type attributes

Specification

The contents of this section are shown in PDF user manual only.

Examples

library(dplyr)
tbl <- iris[c(1:3, 51:54), ] %>%
  rtf_body(page_by = "Species") %>%
  r2rtf:::update_border_first()