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
- Host: GitHub
- URL: https://github.com/melindahiggins2000/n741_gt_andmore_grammartables
- Owner: melindahiggins2000
- Created: 2022-01-24T19:36:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T03:01:36.000Z (over 1 year ago)
- Last Synced: 2025-01-23T14:39:33.298Z (4 months ago)
- Language: HTML
- Homepage: https://melindahiggins2000.github.io/N741_gt_andmore_grammarTables/
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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/)