data-raw/instructors/instructors-prep.R

# Load packages ----------------------------------------------------------------

library(tidyverse)
library(here)
library(usethis)

# Read csv ---------------------------------------------------------------------

instructors <- read_csv(here::here("data-raw", "instructors", "instructors.csv"))

# Save data --------------------------------------------------------------------

use_data(instructors, overwrite = TRUE)
rstudio-education/dsbox documentation built on Oct. 22, 2023, 12:20 a.m.