library(tidyverse)
Packages we discussed
library(tidyverse)
Image source: University of Cape Town Faculty of Science: Statistical Sciences
A package of packages:
dplyr
forcats
ggplot2
lubridate
purrr
readr
stringr
tibble
tidyr
library(here)
Artwork by Allison Horst
library(here)
Organizes your file paths!
library(repmis)
library(repmis)
Reads in data from Dropbox!
library(janitor)
Artwork by Allison Horst
library(janitor)
General cleaning functions:
library(googlesheets4)
Reads data in from Google Sheets!
library(googlesheets4)
library(skimr)
Gives you a quick idea of what’s going on with your data!
library(skimr)