myKable | R Documentation |
Function with a few common parameters I use already coded in
myKable(data, width_v = 100, position_v = "center", ...)
data |
data.table/frame/matrix for plotting |
position_v |
given to kable_styling position argument. Center is default. float_left, right, etc. |
... |
extra arguments passed to knitr::kable |
width |
number used as percentage of document width |
Use "float_left" and "right" in conjunction to put multiple tables on the same line
kable object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.