# import pcl data
pcl <- utils::read.csv("./data-raw/pcl.csv", stringsAsFactors = FALSE)
## code to prepare `pcl` dataset goes here
usethis::use_data(pcl, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.