Skip to content

Commit

Permalink
add back see also
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHWade committed Aug 15, 2024
1 parent 6d6009b commit 7018fed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#'
#' This is a shortcut for `x >= left & x <= right`, implemented for local
#' vectors and translated to the appropriate SQL for remote tables.
#'
#' @details
#' `x`, `left`, and `right` are all cast to their common type before the
#' comparison is made. Use `ptype` argument to specify type manually.
#'
#' @param x A vector
#' @param left,right Boundary values. Both `left` and `right` are recycled to
Expand Down

0 comments on commit 7018fed

Please sign in to comment.