library(tidyverse) library(here) set.seed(1234) theme_set(theme_minimal()) In saving the source and blank slates, we discouraged the habit of starting R scripts with rm(list = ls()), because it doesn’t actually achieve the intended goal: to reset things.