format_cells: Format cells of a data frame From...

Description Usage Arguments

View source: R/format_cells.R

Description

Format cells of a data frame From https://stackoverflow.com/questions/28166168/how-to-change-fontface-bold-italics-for-a-cell-in-a-kable-table-in-rmarkdown

Usage

1
format_cells(df, rows, cols, value = c("italics", "bold", "strikethrough"))

Arguments

df

data frame

rows

row(s) of the cell(s) to format

cols

column(s) of the cell(s) to format

value

format to apply: one of "italics", "bold", "strikethrough"


dco61/isteahMAT104 documentation built on Jan. 2, 2022, 2:24 a.m.