data-raw/grades-percent.R

library(dplyr)
library(devtools)

grades_percent <- read.csv("data-raw/grades-percent.csv",
                       stringsAsFactors = FALSE) %>%
  tbl_df()
use_data(grades_percent, overwrite = TRUE)
lmullen/mullenMisc documentation built on May 21, 2019, 7:35 a.m.