Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

brdr

Create a border object


Description

Create a border object

Usage

brdr(thickness = 0.4, style = "solid", color = NA_character_)

Arguments

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").

Value

An object of class "brdr" which you can pass into huxtable border functions.

Examples

set_bottom_border(jams, brdr(1, "solid", "red"))

huxtable

Easily Create and Style Tables for LaTeX, HTML and Other Formats

v5.3.0
MIT + file LICENSE
Authors
David Hugh-Jones [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.