Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A Collection of Helper Functions for the gt Package.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
eval = FALSE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# gtExtras

[![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.