postprocess_html: postprocesses the html-code

Description Usage Arguments Details Value Examples

View source: R/postprocess_html.R

Description

The goal is to exclude the span and shift the styles to td/th

Usage

1
postprocess_html(x, width = "15px")

Arguments

x

a structure containing the html code that can be coerced to characters

width

the width of the cells, defaults to 15px

Details

This makes sure that the whole box is colored instead of only the values

Value

a knitr_kable object

Examples

1
# internally used only

DavZim/colorTable documentation built on May 28, 2019, 2:31 p.m.