brdr()
objects can be passed into set_top_border()
and friends.
They set multiple border properties simultaneously.
Examples
set_bottom_border(jams, brdr(1, "solid", "red"))
#> Type Price
#> ────────────────────────
#> Strawberry 1.90
#> ────────────────────────
#> Raspberry 2.10
#> ────────────────────────
#> Plum 1.80
#> ────────────────────────
#>
#> Column names: Type, Price