Ecosyste.ms: Awesome

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

https://github.com/ianmoran11/mmtable2

Create and combine tables with a ggplot2/patchwork syntax.
https://github.com/ianmoran11/mmtable2

Last synced: 3 months ago
JSON representation

Create and combine tables with a ggplot2/patchwork syntax.

Lists

README

        

---
output: github_document
editor_options:
chunk_output_type: console
---

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

# mmtable2

[![Codecov test coverage](https://codecov.io/gh/ianmoran11/mmtable2/branch/master/graph/badge.svg)](https://codecov.io/gh/ianmoran11/mmtable2?branch=master)
[![R-CMD-check](https://github.com/ianmoran11/mmtable2/workflows/R-CMD-check/badge.svg)](https://github.com/ianmoran11/mmtable2/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)

Create and combine tables with a ggplot2/patchwork syntax.

See a short introduction in the [getting started vignette](https://ianmoran11.github.io/mmtable2/articles/Some-minimal-examples.html).

```{r echo=FALSE, message=FALSE, warning=FALSE, out.width = "800px"}
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:
```{r gh-installation, eval = FALSE}
devtools::install_github("ianmoran11/mmtable2")
```