Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Dec 21, 2023
1 parent 7d94518 commit 9f778c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/task.R
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ task_log_value <- function(id, root = NULL) {

##' @rdname task_log
##'
##' @param poll Polling time, in seconds
##'
##' @inheritParams task_wait
##'
##' @inheritParams logwatch::logwatch
##'
##' @export
task_log_watch <- function(id, poll = 1, skip = 0, timeout = Inf,
progress = NULL, root = NULL) {
Expand Down
10 changes: 9 additions & 1 deletion man/task_log.Rd

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

0 comments on commit 9f778c8

Please sign in to comment.