knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tablemate

The tablemate package is all about the production of tables. It'll serve as a playground for ideas we'd want to ultimately implement in the gt package.

Installation

You can install the development version of tablemate from GitHub with:

# install.packages("devtools")
devtools::install_github("rich-iannone/tablemate")

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.



rich-iannone/tablemate documentation built on June 2, 2020, 12:05 a.m.