Skip to main content

All Questions

Tagged with
1 vote
1 answer
344 views

How to adjust row space in saved formattable table in R

With code below, I'm able to generate formattable table and save it as image: library(formattable) library(htmltools) library(webshot2) df <- data.frame( id = 1:10, name = c("Bob", &...
ah bon's user avatar
  • 9,851
1 vote
1 answer
447 views

Changing table line borders to something similar to kable LaTeX

I have the following table and I would like to know if there is any way to change the table format in a way that the separator lines can not only be displayed horizontally, but as a cell grid just as ...
JK Lambert's user avatar