#' Categories for pathway tables and bar graphs
#'
#' Vector `categories` is saved as it used by all *_pathways() functions.
#'
#' @keywords internal
#'
#' @noRd
categories <- c(
"Plantae",
"Animalia",
"Fungi",
"Chromista",
"Archaea",
"Bacteria",
"Protozoa",
"Viruses",
"incertae sedis",
"Chordata",
"Not Chordata"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.