flextable (version 0.5.1)

border: Set cell borders

Description

change borders of selected rows and columns of a flextable.

Usage

border(x, i = NULL, j = NULL, border = NULL, border.top = NULL,
  border.bottom = NULL, border.left = NULL, border.right = NULL,
  part = "body")

Arguments

x

a flextable object

i

rows selection

j

columns selection

border

border (shortcut for top, bottom, left and right)

border.top

border top

border.bottom

border bottom

border.left

border left

border.right

border right

part

partname of the table (one of 'all', 'body', 'header', 'footer')

See Also

Other borders management: border_inner_h, border_inner_v, border_outer, border_remove, hline_bottom, hline_top, hline, vline_left, vline_right, vline

Examples

Run this code
# NOT RUN {
library(officer)
ft <- flextable(mtcars)
ft <- border(ft, border.top = fp_border(color = "orange") )
# }

Run the code above in your browser using DataLab