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