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 RStudio Cloud Primer: Tidy Your Data

RStudio Cloud Primer: Tidy Your Data

Posit Cloud is a cloud-based platform that provides data storage and analysis tools for the R programming language.

Screenshot of RStudio Cloud Primer: Visualize Your Data

RStudio Cloud Primer: Visualize Your Data

Posit Cloud is a cloud-based platform for storing and managing business data.

Screenshot of RStudio Cloud Primer: Work with Data

RStudio Cloud Primer: Work with Data

Posit Cloud is a cloud-based platform for managing and analyzing data using the R language.

Screenshot of RStudio Cloud Primers: Visualize Data

RStudio Cloud Primers: Visualize Data

Posit Cloud is a cloud-based solution that allows users to securely store and access their data from anywhere. It provides data storage, backup, and synchronization services, making it easy for users to access their files and collaborate with others.

Screenshot of RStudio Projects and Working Directories: A Beginner's Guide

RStudio Projects and Working Directories: A Beginner's Guide

This blog post provides a basic introduction on how to use RStudio Projects and structure your working directories. It explains why RStudio projects are important and the advantages of using them over setwd(). The post also covers how RStudio projects make file paths relative, making it easier to reference files within the project. It includes practical examples and personal advice for beginners in R programming.

Screenshot of rtweet

rtweet

rtweet is an R package that allows for interacting with Twitter's APIs to collect and analyze Twitter data.

Screenshot of RVerbalExpressions

RVerbalExpressions

RVerbalExpressions is an R package that makes it easier to construct regular expressions using grammar and functionality inspired by VerbalExpressions.

Screenshot of rvest

rvest

rvest is an R package that helps you scrape (or harvest) data from web pages. It is designed to work with magrittr to make it easy to express common web scraping tasks.

Screenshot of savonliquide

savonliquide

GitHub repository for the savonliquide R package, which provides a toolbox for implementing accessibility-related concepts.

Screenshot of sf

sf

Simple Features for R is a package that provides simple features access for R. It represents simple features as records in a data.frame or tibble with a geometry list-column, and interfaces with GEOS for geometrical operations on projected coordinates. It also interfaces with GDAL, supporting all driver options, and PRØJ for coordinate reference system conversion and transformation. Additionally, it supports reading from and writing to spatial databases such as PostGIS using DBI.

Screenshot of sf cheatsheet

sf cheatsheet

A cheatsheet for the 'sf' package in R that provides a concise summary of spatial data manipulation and visualization functions.

sf: A Tutorial

A tutorial introduction to the sf R package, which provides a powerful interface for working with geospatial data stored in vector formats.