Welcome to the output tables in R workshop!
In this workshop, we will explore some of the tools and packages available in R to craft visually appealing tables that effectively communicate your results.
As prerequisite to this workshop, we suggest participants have basic knowledge in R and R markdown, and if they do not have prior training in R, the Introduction to R seminar can be found here:
https://stats.idre.ucla.edu/r/seminars/intro/
and the R Markdown Basics Seminar can be found here:
https://stats.oarc.ucla.edu/r/seminars/r-markdown-basics/
Please also make sure to update R and RStudio to the latest versions and have the following R packages installed, and if not, run these commands in R (RStudio).
install.packages(c(“tidyverse”, “MASS”, “table1”, “kableExtra”, “gt”, “gtExtras”, “gtsummary”, “DT”, “flextable”, “sjPlot”, “boot”), dependencies=TRUE)
Seminar
Output Tables in R : Left-click the link to open the presentation directly. To download, open the presentation (by left-clicking), then right-click in the presentation, select “Save As”, and then make sure you save as type “Webpage, Complete”. Use any web browser (Chrome, Firefox, etc.) to view the seminar.
Download zip file the source files for the presentation slides.