library(tidyverse)
grading_lookup <- read_csv(here::here("data-raw/grade_lookup.csv"))
save(grading_lookup, file = here::here("data/grading_lookup.RData"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.