Skip to content

Commit

Permalink
improve doc for subset with exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kall committed Jan 12, 2024
1 parent 3905aa1 commit f919ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions R/subset_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
#' unique chains, iterations, and draws are selected regardless of
#' how often they appear in the respective selecting arguments.
#' @param exclude (logical) Should the selected subset be excluded?
#' If `FALSE` (the default) the selection will be returned. If
#' `TRUE` all but the selected subset will be returned.
#' If `FALSE` (the default) only the selected subset will be
#' returned. If `TRUE` everything but the selected subset will be
#' returned.
#'
#' @template args-methods-dots
#' @template return-draws
Expand Down
5 changes: 2 additions & 3 deletions man/subset_draws.Rd

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

0 comments on commit f919ba1

Please sign in to comment.