#' getFinalPathList internal function
#'
#' Takes in a list of paths and returns the final classification of that path
#' @param string The path in question
#' @keywords path list haplogroup classification
#' @export
getGroupFromPath <- function(string) {
splitstring <- strsplit(string,"->")[[1]]
str_trim(splitstring[length(splitstring)])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.