Packages we discussed

library(tidyverse)

Image source: University of Cape Town Faculty of Science: Statistical Sciences

library(tidyverse)

A package of packages:

  • dplyr
  • forcats
  • ggplot2
  • lubridate
  • purrr
  • readr
  • stringr
  • tibble
  • tidyr

Package info

library(here)

Artwork by Allison Horst

library(here)

Organizes your file paths!

Package info

library(repmis)

library(repmis)

Reads in data from Dropbox!

Package info

library(janitor)

Artwork by Allison Horst

library(janitor)

General cleaning functions:

Package info

library(googlesheets4)

Reads data in from Google Sheets!

library(googlesheets4)

Package info

library(skimr)

Gives you a quick idea of what’s going on with your data!

library(skimr)

Package info