#' @title Tag Check
#'
#' @export
tag_check <- function(allFavs) {
# Favourite names
favNames <- allFavs %>%
strsplit(":") %>%
purrr::map(3) %>%
purrr::flatten_chr()
return(favNames)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.