#' Extract the locus dir
#'
#' @family directory functions
#' @keywords internal
get_locus_dir <- function(subset_path){
locus_dir <- dirname(subset_path)
return(locus_dir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.