R/get_post_dirs.R

#' @export 
get_post_dirs <- function(blogdir = ".") {
    list.files(paste(blogdir, "posts", sep = "/"), full.names = TRUE)
}
dnegrey/blogr documentation built on May 15, 2019, 9:38 a.m.