Skip to content
Mapping with R has been completely revamped. Check it out →
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 {arcgeocoder} package for geocoding

{arcgeocoder} package for geocoding

arcgeocoder is an R package that serves as a lightweight interface for geocoding and reverse geocoding using the ArcGIS REST API Geocoding Service. It allows R users to easily convert addresses to geographic coordinates and vice versa without needing an API key. The package is designed to work with base R functions, avoiding dependencies like curl, making it accessible in environments where curl isn't available. arcgeocoder is advantageous when quick and simple access to geocoding services is needed, and it includes functions like arc_geo() for geocoding and arc_reverse_geo() for reverse geocoding.

Go to Resource
Screenshot of {ggborderline}

{ggborderline}

The ggborderline package enhances ggplot2 line plots with geoms that add an outlined effect, improving clarity for plots with overlapping lines. It's ideal for visualizing 'worm' style data. Users can replace ggplot2 line geoms with border equivalents to achieve a white outline where lines intersect, with settings for borderwidth and bordercolour these subtle enhancements can be adjusted. Additionally, the package makes the borders visible in the plot's legend. Installation instructions include CRAN and GitHub options, inspired by a need to avoid indistinct lines in complex visualizations, offering an aesthetic alternative to ggplot2's capabilities.

Go to Resource
Screenshot of {legendry}

{legendry}

The 'legendry' package is a new ggplot2 extension for improving guide options in R plots, now available on CRAN. It provides tools for flexible and reproducible placement of annotations within figures, avoiding the need for post-editing in external software. Originating from the author's earlier work on 'ggh4x', 'legendry' enhances guides in ggplot2 by using the ggproto system. The package includes vignettes and aims to simplify the customization of scale guides. With 'legendry', users can introduce manual keys and complete guides, such as 'guide_axis_nested' for ranges or 'guide_legend_groups' for groups, thereby expanding visualization capabilities.

Go to Resource
Screenshot of {Ra11y} package: Collection of accessibility functions for R

{Ra11y} package: Collection of accessibility functions for R

Ra11y is a public GitHub repository created by user nicucalcea, which hosts a collection of accessibility functions designed for R programming. The project aims to enhance accessibility within R and contains resources for developers to utilize these functions in their work. With 18 stars and 1 fork, the repository appears to be modestly popular within the community. The repository is fully coded in R and provides documentation to help users understand and implement the functions for their accessibility needs.

Go to Resource
Screenshot of 10 years of rio

10 years of rio

This is a blog post titled '10 years of rio' by Chung-hong Chan. It discusses the history and development of the R language package 'rio', which is similar to stringr. The author talks about the motivation behind creating the package and the design principles used. The package provides functions for importing and exporting data in various formats, with a consistent API. The post also mentions the compatibility of the package with older versions of R.

Go to Resource
Screenshot of A Comprehensive Collection of Crime-Related Datasets • crimedatasets

A Comprehensive Collection of Crime-Related Datasets • crimedatasets

The crimedatasets package in R provides an extensive array of crime-related datasets. It's tailored for users interested in crime analysis, criminology, and studying socio-economic factors related to criminal activity. It offers a broad range of data types including tables, tibbles, spatial data, and time series, each with a specific naming convention for ease of use. Installation is straightforward via CRAN, and the package puts various global and local crime datasets at one's fingertips for research and educational purposes, such as datasets on US cybersecurity breaches and New Zealand murders.

Go to Resource
Screenshot of A Comprehensive Collection of U.S. Datasets • usdatasets

A Comprehensive Collection of U.S. Datasets • usdatasets

The usdatasets package provides an essential collection of U.S.-specific datasets suitable for analysis in various fields like crime, economics, education, and healthcare. It includes datasets with suffixes denoting their type, aiding in identification and usage. The package can be installed from CRAN and is easy to use, making it a valuable tool for researchers and analysts working with U.S. data. It follows a consistent naming convention to indicate data structures, such as time series (_ts) or data frames (_df), simplifying the data analysis process.

Go to Resource
Screenshot of Access and Manipulate Comprehensive Country Level Data in Tidy Format • tidycountries

Access and Manipulate Comprehensive Country Level Data in Tidy Format • tidycountries

The tidycountries package in R provides a comprehensive interface for accessing and manipulating country-level data. It includes details such as names, regions, populations, currencies, and more in a tidy format that integrates with the tidyverse. It's useful for global research, visualizations, and querying country information. The package can be easily installed from CRAN or GitHub and integrates well with the tidyverse, making data manipulation straightforward.

Go to Resource
Screenshot of Air, an extremely fast R formatter

Air, an extremely fast R formatter

Air is an innovative R formatter designed to enhance code readability and maintainability. On February 21, 2025, Davis Vaughan and Lionel Henry introduced Air, boasting exceptional speed in formatting R code. Air automates the styling process, seamlessly integrating with the Positron environment and RStudio. It can reformat individual files on save or entire projects using a terminal command. Key features include instantaneous formatting and smart file recognition to exclude generated files. Air is ideal for tidyverse packages like dplyr and is available as an extension for Positron and VS Code, alongside command line installation options.

Go to Resource
Screenshot of argonDash

argonDash

Argon Shiny Dashboard Template is a Bootstrap4 dashboard template for creating Shiny applications. It requires the installation of the 'argonR' package. The template includes vertical and horizontal layouts and is based on the original argon dashboard HTML template designed by Creative Tim. The project has a Contributor Code of Conduct and is licensed under GPL-2. It is developed by David Granjon.

Go to Resource
Screenshot of artyfarty

artyfarty

Introduction to artyfarty

Go to Resource
Screenshot of bbplot

bbplot

R package that helps create and export ggplot2 charts in the style used by the BBC News data team

Go to Resource