Skip to content

Commit

Permalink
arrange domains for progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Nov 6, 2023
1 parent 7de0c0f commit f2ee3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/deliver.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ pb_deliver.data.frame <- function(x, try_default = TRUE, ignore_fails = FALSE, v
}

x$class <- classify(x$domain)
# order by domain for progress bar
x <- dplyr::arrange(x, domain)

deliver_fun <- ifelse(ignore_fails, s_pb_deliver_paper, pb_deliver_paper)

Expand Down

0 comments on commit f2ee3a0

Please sign in to comment.