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
1 | format_cells(df, rows, cols, value = c("italics", "bold", "strikethrough"))
|
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" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.