Learn R Programming

r2rtf (version 1.0.2)

update_border_last: Update Last Border Line Based on Page Information

Description

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

Usage

update_border_last(tbl)

Value

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

Arguments

tbl

A data frame

Specification

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

Examples

Run this code
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