#' Source Chapter from Source Category Designations
#'
#' @param source character vector of 'leaf' source categories
#'
#' @import stringr
source_chapter <- function(source) {
str_extract(source, "^[:alnum:]+(?=|)")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.