## code to prepare `example_peaks` dataset goes here
example_peaks <- system.file("extdata/peaks/peaks.tsv", package = "memes") %>%
readr::read_tsv() %>%
GenomicRanges::GRanges()
usethis::use_data(example_peaks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.