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