Skip to content

Commit

Permalink
Updated report to optionally limit articles to a specific folder
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Feb 10, 2025
1 parent e8ff257 commit b516f59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/articles.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
#' \item \code{active_articles}: \file{Submissions/}, \file{Accepted/}
#' \item \code{accepted_articles}: \file{Accepted/}
#' }
#' @param include A character vector of directories to include.
#' @export
active_articles <- function()
.parse.articles(c("Submissions", "Accepted"))
active_articles <- function(include = c("Submissions", "Accepted"))
.parse.articles(include)

#' @rdname active_articles
#' @export
Expand Down
5 changes: 4 additions & 1 deletion man/active_articles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b516f59

Please sign in to comment.