# read
data.name.reductions <- utils::read.csv(
file = "./data-raw/name-reductions.csv",
colClasses = "character", header = T, stringsAsFactors = F)
#save
devtools::use_data(data.name.reductions, overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.