-
Notifications
You must be signed in to change notification settings - Fork 28
/
README.Rmd
46 lines (33 loc) · 1.95 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
eval = FALSE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# gtExtras <a href="https://jthomasmock.github.io/gtExtras/"><img src="man/figures/logo.png" align="right" height="120" /></a>
<!-- badges: start -->
[![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)
<!-- badges: end -->
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.