## code to prepare `undersampled` dataset goes here
undersampled<-readr::read_csv(file.path("data-raw", "undersampled.csv"),
col_types=readr::cols_only(SizeClass="c", Taxname="c", Lifestage="c"))
usethis::use_data(undersampled, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.