
The goal of{gtExtras} is to provide some additionalhelper functions to assist in creating beautiful tables with{gt}.
The functions are generally wrappers around boilerplate or addingcapabilities that are currently notyet built into{gt}. The{gt} package is amazing,make sure to go read the official documentation.
install.packages("gtExtras")To get a bug fix or to use a feature from the development version,you can install the development version of gtExtras fromGitHub
# if needed install.packages("remotes")remotes::install_github("jthomasmock/gtExtras")See the fullfunctionreference or thepackage website formore details.