man-roxygen/param-starts-stops-hop-index.R

#' @param .starts,.stops `[vector]`
#'
#'   Vectors of boundary values that make up the windows to bucket `.i` with.
#'   Both `.starts` and `.stops` will be recycled to their common size, and
#'   that common size will be the size of the result. Both vectors should be
#'   the same type as `.i`. These boundaries are both _inclusive_, meaning
#'   that the slice of `.x` that will be used in each call to `.f` is where
#'   `.i >= start & .i <= stop` returns `TRUE`.
DavisVaughan/slurrr documentation built on Oct. 19, 2023, 1:49 a.m.