#' dirsfilt
#'@export
dirsfilt <- function() {
dirs2 <- grep(pattern = "best_for_analysis", x = dirs)
dirs2 <- dirs[dirs2]
return(dirs2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.