powered by
brdr() objects can be passed into set_top_border() and friends. They set multiple border properties simultaneously.
brdr()
set_top_border()
brdr(thickness = 0.4, style = "solid", color = NA_character_)
An object of class "brdr".
Thickness of the border in points.
"solid" (the default), "double", "dashed" or "dotted".
String representing a valid color (either a color name or a hexadecimalstring like "#00FF00").
set_bottom_border(jams, brdr(1, "solid", "red"))
Run the code above in your browser using DataLab