## code to prepare `cpv_ranges` dataset goes here
# cpv_ranges <- tibble::tribble(
# ~ gap_case, 'no_gap', 'single_gap', 'multiple_gap',
# ~ c_min, , , ,
# ~ c_max, , , ,
# ~ p_min, , , ,
# ~ p_max, , , ,
# ~ v_min, , , ,
# ~ v_max, , , ,
# )
#
#
# usethis::use_data(cpv_ranges, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.