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

https://github.com/melindahiggins2000/n741_gt_andmore_grammartables

N741 - The Grammar of Tables: gt, gtsummary, arsenal, knitr, kableExtra and more packages
https://github.com/melindahiggins2000/n741_gt_andmore_grammartables

Last synced: 3 months ago
JSON representation

N741 - The Grammar of Tables: gt, gtsummary, arsenal, knitr, kableExtra and more packages

Awesome Lists containing this project

README

        

---
title: "N741 - The Grammar of Tables: gt, gtsummary, arsenal, knitr, kableExtra and more packages"
author: "Melinda Higgins"
date: "1/24/2022"
output: md_document
---

# N741 - The Grammar of Tables: gt, gtsummary, arsenal, knitr, kableExtra and more packages

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(message = FALSE)
knitr::opts_chunk$set(warning = FALSE)
knitr::opts_chunk$set(error = FALSE)
```

* RMarkdown File with Code for exercise: [https://raw.githubusercontent.com/melindahiggins2000/N741_gt_andmore_grammarTables/main/rmarkdown_tables_dataSummary.Rmd](https://raw.githubusercontent.com/melindahiggins2000/N741_gt_andmore_grammarTables/main/rmarkdown_tables_dataSummary.Rmd)

* R packages used:
- [`palmerpenguins`](https://allisonhorst.github.io/palmerpenguins/)
- [`rmarkdown`](https://rmarkdown.rstudio.com/)
- [`knitr`](https://yihui.org/knitr/)
- [`dplyr`](https://dplyr.tidyverse.org/)
- [`gt`](https://gt.rstudio.com/)
- [`gtsummary`](https://www.danieldsjoberg.com/gtsummary/)
- [`arsenal`](https://mayoverse.github.io/arsenal/)
- [`summarytools`](https://cran.r-project.org/web/packages/summarytools/)
- [`magrittr`](https://magrittr.tidyverse.org/)