Skip to content

Commit

Permalink
tweak documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Oct 9, 2024
1 parent 535795b commit 525a327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/chain.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ req.mrgmod <- function(x,...) {
#' @param ... unquoted names of data items to copy into the simulated output.
#'
#' @details
#' There is also a `carry_out` argument to [mrgsim()] that can
#' be set to accomplish the same thing as a call to `carry_out` in
#' the pipeline.
#' There is also a `carry_out` argument to [mrgsim()] that can be set to
#' accomplish the same thing as a call to `carry_out` in the pipeline.
#'
#' `carry.out` and carry_out`. Using the underscore version is now preferred.
#' `carry.out` and `carry_out` both do the same thing; using the underscore
#' version is now preferred.
#'
#' @md
#' @export
Expand Down
8 changes: 4 additions & 4 deletions man/carry_out.Rd

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

0 comments on commit 525a327

Please sign in to comment.