Resources
This carefully curated collection of resources will help you find packages and learning resources to help you on your R journey.

Using project scripts to keep Quarto source and output files organised
Pete Jones shares a tip for organizing Quarto project files, focusing on separating source (.qmd) and output (.pdf, .html) files when source files are stored in subdirectories. This is a particular challenge due to Quarto's default behavior of placing output files next to their source. The article discusses project-based workflows, the issues with Quarto subdirectories, and leverages Quarto features to solve the problem. A scripted solution is presented to ensure outputs are organized in a specified directory, maintaining a clean project structure even with source files in subdirectories.
Go to Resource

Welcome to ModernDive (v2) | Statistical Inference via Data Science
ModernDive (v2) is the website for 'Statistical Inference via Data Science: A ModernDive into R and the Tidyverse (Second Edition)'. It showcases updates from the first edition, which is available online and for purchase. The book, authored by Chester Ismay, Albert Y. Kim, and Arturo Valdivia, teaches R and data science concepts. It's scheduled for print by CRC Press in 2025 and is licensed under Creative Commons. Readers can contribute on GitHub and anticipate a resource-rich approach to stats with a focus on tidyverse tools for data analysis.
Go to Resource

Which names that are also names of countries are most common?
Simon P. Couch's blog post investigates which names that are also names of countries are most popular in the United States from 1880 to 2017. The post details the process of using R and packages like 'babynames' and 'countrycode' to filter and analyze baby name data. It offers a glimpse into the results, revealing the top country-names and their trends over time. Readers are encouraged to guess the most common names before seeing the data-driven answer. The post concludes with interesting visualizations showing the historical trends for the top country-names.
Go to Resource

xaringan
Presentation Ninja with xaringan - a tutorial and package for creating presentations in R using the xaringan package
Go to Resource

xaringanBuilder
renderthis is an R package for generating HTML slideshows using the xaringan package.
Go to Resource


xaringanExtra
xaringanExtra is a package in R that provides additional functionality and features for creating presentations using the xaringan package.
Go to Resource

xaringanthemer
Custom xaringan CSS Themes for styling xaringan slides in RMarkdown with xaringanthemer
Go to Resource