diff --git a/R/runs.R b/R/runs.R index 9d016c8..4dc38bc 100644 --- a/R/runs.R +++ b/R/runs.R @@ -484,6 +484,7 @@ runs_restore <- function(runs = NULL, ...) { #' @note `runs_comment()` will open up an editor if `comment` is not #' supplied. #' +#' @return The value supplied to the `runs` argument, invisibly. #' @export #' @examples #' \dontrun{ diff --git a/man/runs_label.Rd b/man/runs_label.Rd index 1784b3f..ad10750 100644 --- a/man/runs_label.Rd +++ b/man/runs_label.Rd @@ -30,6 +30,9 @@ runs_comment(runs = NULL, comment = NULL, ..., delete = NULL, clear = FALSE) corresponding to the row number(s) in the dataframe found at \code{runs_info()$comments}.} } +\value{ +The value supplied to the \code{runs} argument, invisibly. +} \description{ Annotate runs }