set_pwd_styling | R Documentation |
Define CSS to format HTML kable
set_pwd_styling()
This function will define css in your HTML Rmarkdown document that will customize the format of kable's to meet PWD style guidelines. This function only needs to be called once at the beginning of your Rmarkdown document and will only work with html output.
The css makes the header of the table have a blue background with white letters and the striped table have a light cyan background.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.