ncaa2005 <- read.csv(
file = file.path("data-raw", "ncaa2005.csv"),
header = TRUE, stringsAsFactors = FALSE
)
ncaa2005 <- comperes::as_longcr(ncaa2005)
save(ncaa2005, file = file.path("data", "ncaa2005.rda"), compress = "bzip2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.