Skip to content
R for the Rest of Us Logo

Resources

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

Screenshot of hrbrthemes

hrbrthemes

Additional Themes, Theme Components and Utilities for ggplot2

Go to Resource
Screenshot of I ❤️ Leaflet: Using Plots as Markers

I ❤️ Leaflet: Using Plots as Markers

This blog post is part of the 'I love leaflet' series and provides tips and tricks for working with the leaflet R package. The post showcases how to create a map showing the results of the 2019 UK General election in Oxfordshire using the leaflet package.

Go to Resource
Screenshot of I Made R Text For Me

I Made R Text For Me

Brenden Smith shares his experience tackling procrastination in his personal life by using R to automate monthly utility bill calculations and notifications for his roommates. He created an R script connected to a Google Sheets spreadsheet to automatically handle and split the bills, and even set up cron jobs to ensure the process runs without his intervention. His project shows how programming can be applied to simplify and optimize mundane tasks, turning them into efficient, automated systems.

Go to Resource
Screenshot of Images as Facet Labels in ggplot2

Images as Facet Labels in ggplot2

In this tutorial by Dr. U, readers learn how to use ggplot2 in conjunction with ggtext and ggh4x to replace facet labels with images, specifically country flags. After loading the necessary packages, the tutorial explains how to retrieve and preprocess country codes and names using the jsonlite package. It guides through joining the country code data with the gapminder dataset and handling missing countries. Steps to download flag images and integrate them into ggplot2 faceting are then provided. The post details creating markdown with ggtext to display images within the plot, enhancing data visualization in R.

Go to Resource
Screenshot of Inserted maps with ggplot2

Inserted maps with ggplot2

This blog post by Dr. Dominic Royé illustrates how to create maps in R using ggplot2, with a focus on positioning outermost territories like the Canary Islands near the main map of Spain or inserting an orientation map. The tutorial includes the use of packages from the tidyverse collection and others like mapSpain and sf for handling administrative boundaries and vector data. Option 1 details shifting the Canary Islands to a common position, while Option 2 explains creating separate objects for territories without displacement for geographic accuracy.

Go to Resource
Screenshot of Interactive web-based data visualization with R, plotly, and shiny

Interactive web-based data visualization with R, plotly, and shiny

This book provides insight and practical skills for creating interactive and dynamic web graphics for data analysis using R, plotly, and shiny.

Go to Resource
Screenshot of Introduction to Geospatial Raster and Vector Data with R

Introduction to Geospatial Raster and Vector Data with R

This lesson covers how to open, work with, and plot vector and raster-format spatial data in R. It also includes topics such as working with spatial metadata, reprojecting spatial data, and working with raster time series data.

Go to Resource
Screenshot of Introduction to mapping with {sf} & Co.

Introduction to mapping with {sf} & Co.

This blog post is an extended version of a presentation on mapping using the {sf} package and other related packages in R. It covers topics such as reading and exploring spatial data, manipulating attributes, geomatics processing, and creating static and interactive maps. The post also touches on the importance of projections and provides an example of projecting the map of Metropolitan France. The code for the different maps presented in the post is included.

Go to Resource
Screenshot of Introduction to Open Data Science: GitHub

Introduction to Open Data Science: GitHub

This chapter covers the topic of using GitHub for collaboration in open data science projects. It includes objectives and resources for learning about Git and GitHub, setting up Git & GitHub, creating and cloning repositories, syncing files between local and remote repositories, exploring remote GitHub, and collaborating with GitHub.

Go to Resource

Introduction to the Field of Statistics (and R Statistical Software)

Go to Resource
Screenshot of Introduction to web scraping

Introduction to web scraping

Stein Arne Brekke provides an introductory guide to web scraping judicial data in R, focusing on creating a dataset from UK Supreme Court decisions. Emphasizing empirical legal studies, the guide covers data gathering from online sources through programming. It offers a step-by-step process for scraping and organizing data into usable tables for research, using R. Beginners are pointed to additional learning resources, and the guide includes sections on scraping, data management, analysis, and legal considerations. It encourages sharing collected data to aid comparative legal research.

Go to Resource
Screenshot of Iterate parameterised {xaringan} reports

Iterate parameterised {xaringan} reports

Learn how to iterate parameterised xaringan reports using R. This tutorial demonstrates how to create a parameterised R Markdown template and iterate over parameter values to generate multiple reports with different data.

Go to Resource