Create a border object
Create a border object
brdr(thickness = 0.4, style = "solid", color = NA_character_)
thickness |
Thickness of the border in points. |
style |
"solid" (the default), "double", "dashed" or "dotted". |
color |
String representing a valid color (either a color name or a hexadecimalstring like "#00FF00"). |
An object of class "brdr" which you can pass into huxtable border functions.
set_bottom_border(jams, brdr(1, "solid", "red"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.