## code to prepare `student` dataset goes here
student<-read.table("data-raw/student.dat", header=TRUE)
usethis::use_data(student, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.