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.
- Host: GitHub
- URL: https://github.com/ianmoran11/mmtable2
- Owner: ianmoran11
- License: other
- Created: 2021-04-11T05:05:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T02:02:09.000Z (about 3 years ago)
- Last Synced: 2024-07-28T15:37:18.079Z (3 months ago)
- Language: R
- Homepage: https://ianmoran11.github.io/mmtable2
- Size: 7.64 MB
- Stars: 130
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- awesome-r-dataviz - mmtable2 - Allows you to create and combine tables with a ggplot2/patchwork syntax. (Tables / Miscellaneous)
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%"
)
```[![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")
```