Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jthomasmock/gtExtras
A Collection of Helper Functions for the gt Package.
https://github.com/jthomasmock/gtExtras
data-science data-visualization datascience ggplot2 gt plots r rstats sparkline sparkline-graphs sparklines tables
Last synced: 3 months ago
JSON representation
A Collection of Helper Functions for the gt Package.
- Host: GitHub
- URL: https://github.com/jthomasmock/gtExtras
- Owner: jthomasmock
- License: other
- Created: 2021-08-31T21:43:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T16:03:58.000Z (4 months ago)
- Last Synced: 2024-07-25T07:23:12.250Z (3 months ago)
- Topics: data-science, data-visualization, datascience, ggplot2, gt, plots, r, rstats, sparkline, sparkline-graphs, sparklines, tables
- Language: R
- Homepage: https://jthomasmock.github.io/gtExtras/
- Size: 16.8 MB
- Stars: 188
- Watchers: 5
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jthomasmock/gtExtras - A Collection of Helper Functions for the gt Package. (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
eval = FALSE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[![Codecov test coverage](https://codecov.io/gh/jthomasmock/gtExtras/branch/master/graph/badge.svg)](https://app.codecov.io/gh/jthomasmock/gtExtras?branch=master)
[![R-CMD-check](https://github.com/jthomasmock/gtExtras/workflows/R-CMD-check/badge.svg)](https://github.com/jthomasmock/gtExtras/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/gtExtras)](https://CRAN.R-project.org/package=gtExtras)
[![R-CMD-check](https://github.com/jthomasmock/gtExtras/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jthomasmock/gtExtras/actions/workflows/R-CMD-check.yaml)
![gtExtras Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/gtExtras)The goal of `{gtExtras}` is to provide some additional helper functions to assist in creating beautiful tables with `{gt}`.
The functions are generally wrappers around boilerplate or adding capabilities that are currently not *yet* built into `{gt}`. The [`{gt}` package](https://gt.rstudio.com/) is amazing, make sure to go read the official documentation.
## Installation
``` r
install.packages("gtExtras")
```## Development version
To get a bug fix or to use a feature from the development version, you can install the development version of gtExtras from [GitHub](https://github.com/jthomasmock/gtExtras)
``` r
# if needed install.packages("remotes")
remotes::install_github("jthomasmock/gtExtras")
```See the full [function reference](https://jthomasmock.github.io/gtExtras/reference/index.html) or the [package website](https://jthomasmock.github.io/gtExtras/) for more details.