# Code to prepare align_details list
align_details <- list(type = "dna", maxMismatches = 3,
nsubreads = 10, phredOffset = 33, unique = FALSE,
nBestLocations = 16)
# Save dataset
usethis::use_data(align_details, overwrite = TRUE, internal = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.