Skip to content

Commit

Permalink
Sub Values for Vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Feb 22, 2023
1 parent 0db2cb2 commit 68ae922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/if-else.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#'
#' @param condition A logical vector
#'
#' @param true,false Values to use for `TRUE` and `FALSE` values of
#' @param true,false Vectors to use for `TRUE` and `FALSE` values of
#' `condition`.
#'
#' Both `true` and `false` will be [recycled][vctrs::vector_recycling_rules]
Expand Down
2 changes: 1 addition & 1 deletion man/if_else.Rd

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

0 comments on commit 68ae922

Please sign in to comment.