#' Get all species in the study
#'
#' @param con configuration
#' @export
#' @return vector of all species
get_species <- function(con){
ape::read.tree(con@input@tree)$tip.label %>%
gsub(pattern=" ", replacement="_")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.