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 broom

broom

Convert Statistical Objects into Tidy Tibbles

bs4Dash

bs4Dash is a Bootstrap 4 version of shinydashboard, a package for creating dashboards with Shiny in R. This article provides information on how to upgrade from shinydashboard to bs4Dash.

Screenshot of bsplus

bsplus

Adds functionality to the R Markdown + Shiny Bootstrap Framework

Screenshot of Build Advanced Charts in R Online Class | LinkedIn Learning, formerly Lynda.com

Build Advanced Charts in R Online Class | LinkedIn Learning, formerly Lynda.com

This online class on LinkedIn Learning (formerly Lynda.com) teaches users how to build advanced charts in R for data visualization. The course covers topics such as lollipop plots, sparklines, dot charts, slope charts, and chord diagrams. It also includes information on creating a theme function, combining multiple plots, and addressing accessibility and annotations. The instructor, Rita Giordano, is a data visualization consultant and LinkedIn Instructor.

Building R packages with devtools and usethis | RStudio - YouTube

This YouTube video provides a tutorial on building R packages using devtools and usethis in RStudio.

Screenshot of Building Shiny apps - an interactive tutorial

Building Shiny apps - an interactive tutorial

An interactive tutorial on building Shiny apps, which are interactive web pages built using R.

Screenshot of colorblindcheck

colorblindcheck

Check Color Palettes for Problems with Color Vision Deficiency

Screenshot of colorblindr

colorblindr

An R package to simulate colorblindness on R figures.

Screenshot of Colormeter Guide Extension • ggcolormeter

Colormeter Guide Extension • ggcolormeter

The ggcolormeter package provides a single function guide_colormeter() which is a ggplot2 color/fill legend guide extension in the style of a dashboard meter.

Screenshot of colorspace: A Toolbox for Manipulating and Assessing Colors and Palettes

colorspace: A Toolbox for Manipulating and Assessing Colors and Palettes

colorspace is a toolbox for manipulating and assessing colors and palettes in the R language. It provides utilities for computing with color spaces, such as converting between different color models. The package also includes predefined color palettes and functions for creating customized palettes. It can be used for visualizations and choosing colors in data analysis and graphic design.

Screenshot of Convert a Word table to Markdown

Convert a Word table to Markdown

The blog post describes a function created by the author to convert Microsoft Word tables into Govspeak Markdown, which is needed for publishing HTML files on GOV.UK. This process is typically tedious and demands attention to specific Govspeak features such as row labels and totals columns. The author introduces an R package named {wordup} that includes the function table_to_govspeak(), which handles input, guesses data types, and applies extra styles to the table conversion. It streamlines moving content from Word to Govspeak, which can be further facilitated by copying tables to the clipboard.

Screenshot of covdata

covdata

covdata is a data package for R that collects and bundles datasets related to the COVID-19 pandemic from a variety of sources.