R/utils.R

#' @noRd
discard_index <- function (.x, .p, ...) {
  sel <- purrr:::probe(.x, .p, ...)
  which(sel)
}
kanishkamisra/footrulr documentation built on May 23, 2019, 5:07 p.m.