Skip to content

Commit

Permalink
Link to vctrs coercion page from na_if()
Browse files Browse the repository at this point in the history
Closes #6900
  • Loading branch information
DavisVaughan committed Nov 3, 2023
1 parent d16af10 commit 8eaee55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/na-if.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#' @param y Value or vector to compare against. When `x` and `y` are equal, the
#' value in `x` will be replaced with `NA`.
#'
#' `y` is cast to the type of `x` before comparison.
#' `y` is [cast][vctrs::theory-faq-coercion] to the type of `x` before
#' comparison.
#'
#' `y` is [recycled][vctrs::vector_recycling_rules] to the size of `x` before
#' comparison. This means that `y` can be a vector with the same size as `x`,
Expand Down
3 changes: 2 additions & 1 deletion man/na_if.Rd

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

0 comments on commit 8eaee55

Please sign in to comment.