Cole Baril

Results 1 comments of Cole Baril

> Another workaround (similar to [#97 (comment)](https://github.com/rstudio/gt/issues/97#issuecomment-469751769)). Produce html output and then run webshot manually. > > ```r > library(gt) > library(webshot) > > table > gt::gt() > gt::gtsave(table,"table.html") >...