#' Display the included available default genome assemblies
#'
#' @return Returns the included available default genome assemblies
#'
#' @examples
#' genomes()
#' @export
genomes <- function() {
availDefaults <- default_genomePackages$Genome
return(cat(availDefaults, sep = "\n"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.