Skip to content

Commit 550ef65

Browse files
committed
export get_unassigned and find_articles
1 parent b8a775b commit 550ef65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/assignments.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ get_unassigned <- function(){
257257

258258
#' @param role string, take value of either "Editor" or "AE"
259259
#' @rdname summarise_articles
260+
#' @export
260261
find_articles <- function(editor, folder, role){
261262

262263
grep_ae_or_editor <- glue::glue("| xargs grep {role}")
@@ -274,6 +275,7 @@ find_articles <- function(editor, folder, role){
274275

275276
#' @param assignments an output object from \code{get_assignments()} or \code{get_unassigned()}
276277
#' @rdname summarise_articles
278+
#' @export
277279
get_latest <- function(assignments) {
278280
assignments %>%
279281
tidyr::unnest(status) %>%

0 commit comments

Comments
 (0)