## code to prepare `genes` dataset goes here
genes <- readr::read_tsv("data-raw/genes.txt")
usethis::use_data(genes, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.