Resources

R

Data Visualization

The TidyTuesday project is a great resource for practicing data wrangling and visualization! Regardless of your level of R, post your contribution and code every week with the #TidyTuesday hashtag on Twitter and learn from others’ contributions and code. I have also published my Tidy Tuesday contributions on Github.

Package Development

The two links below present different approaches to package development in R. The first presents best practices in package development, while the second is more of a quick-and-dirty approach to creating an R package. My personal approach in package dev falls somewhere between the two.

LaTeX

I put together a handout on formatting basics from a LaTeX workshop I taught at the Hertie School during the Fall 2021 semester. It can be found here.

Miscellaneous