-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.Rmd
38 lines (30 loc) · 1.41 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
---
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mmtable2 <a> <img src='man/figures/logo.png' align="right" height="131.5" /></a>
<!-- badges: start -->
[![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)
<!-- badges: end -->
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")
```