## code to prepare `example_proctor_data` dataset goes here:
example_proctor_data <- readr::read_csv(
'inst/extdata/pro_inf_mix1.csv',
lazy = FALSE) %>%
tibble::as_tibble()
usethis::use_data(example_proctor_data, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.