library(Biostrings)
ecoli <- Biostrings::readDNAStringSet("data-raw/ecoli.fasta")[[1]]
ecoli <- paste0("|", paste(ecoli, collapse = "-"),"|")
use_data(ecoli, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.