Contact me at the buttons in the footer!
gt Package, Developed by Richard Iannone and Joe Cheng, Licensed by RStudio. CRAN Version 0.2.2 as of 12/22/2020
Similar to the combination of dplyr and ggplot2, RStudio released an all new data table package for users in late 2019. Since then, the package development has taken off and a new data table R package has taken over. To use the package, the syntax is rather simple. As shown below, the parts of the gt Table structures. I use this package in automated markdown reports all the time!
Begin with a data frame or a tibble. Row structured data. Apply the syntax from the gt package. Output the table as HTML.
You can find the code to produce this table on my github. At this hyperlink.
The idea for this visualization was inspired by https://gt.rstudio.com/articles/case-study-gtcars.html