Nothing
#' Ranks
#'
#' Named vector of ranks
#' @keywords internal
.ranks <- c(k = "kingdom", p = "phylum", c = "class", o = "order",
f = "family", g = "genus", s = "species", t = "strain")
#' Characters allowed in lineages
#' @keywords internal
.allchr <- "[a-zA-Z0-9_\\-\\.\\[\\]]"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.