huxtable (version 0.3.1)

set_cell_properties: Set multiple cell properties

Description

Set multiple cell properties

Usage

set_cell_properties(ht, row, col, ...)

Arguments

ht

A huxtable.

row

A row specification.

col

A column specification.

...

Named list of property values.

Value

The modified huxtable object.

Examples

Run this code
# NOT RUN {
ht <- hux(a = 1:3, b = 1:3)
ht <- set_cell_properties(ht, 1, 1, font = 'Palatino', font_size = 14)
font(ht)
font_size(ht)
# }

Run the code above in your browser using DataCamp Workspace