Improve table appearance by using grid.table
arnaud-m opened this issue · 1 comments
arnaud-m commented
https://cran.r-project.org/web/packages/gridExtra/vignettes/tableGrob.html
output$niceTable <- renderPlot({
grid.table(x)
})
arnaud-m commented
No need for gridExtra: https://gallery.shinyapps.io/109-render-table/