mmtable2

Create and combine tables with a ggplot2/patchwork syntax.

114
4
R

output: github_document
editor_options:
chunk_output_type: console

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

mmtable2

Codecov test coverage
R-CMD-check
Lifecycle: experimental

Create and combine tables with a ggplot2/patchwork syntax.

See a short introduction in the getting started vignette.

knitr::include_graphics("https://mmtable2.s3.ap-southeast-2.amazonaws.com/mmtable2.gif")

Installation

mmtable2 is not available on CRAN. It can be installed from github with the following script:

devtools::install_github("ianmoran11/mmtable2")