- Workshop
R Advanced: Post Code and Results in One File
Tired of jumping between R and a text editor? This workshop will get you started using R Markdown to write and export a formatted assignment or paper. You'll learn how to structure text and headers, format code, visualizations, and tables, and export your work and results to one file
Prerequisites:
- Install R and RStudio, or use Penn Libraries’ on-site computers
- Install packages in R: install.packages(c("ggplot2", "kableExtra", "rmarkdown", "stargazer", "rmarkdown"), dep = TRUE)
- Be comfortable navigating RStudio and using basic R capabilities
This event has already occurred