# Import tolerance bins created by AJ Smith.
tolerance_bins <- read.csv(here::here("data-raw",
"tolerance_value_bins.csv"))
# Add the tolerance_bins data frame to the R-package.
usethis::use_data(tolerance_bins, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.