huxtable (version 1.2.0)

set_all_border_colors: Set all border colors

Description

This is a convenience function which sets left, right, top and bottom border colors for the specified cells.

Usage

set_all_border_colors(ht, row, col, value, byrow = FALSE)

Arguments

ht

A huxtable.

row

A row specifier. See rowspecs for details.

col

An optional column specifier.

value

A vector or matrix of colors. Set to NA for the default. Set to NA to reset to the default.

byrow

If TRUE, fill in values by row rather than by column.

Value

The modified huxtable.

See Also

left_border_color

Examples

Run this code
# NOT RUN {
ht <- huxtable(a = 1:3, b = 1:3)
ht <- set_all_border_colors(ht, 'red')
# }

Run the code above in your browser using DataCamp Workspace