R/utils.R

# The opposite of %in%
`%notin%` <- Negate(`%in%`)

# Product function with na.rm = TRUE as default
.rowProds <- purrr::partial(matrixStats::rowProds, na.rm = TRUE)
bwilden/bper documentation built on March 25, 2023, 3:39 p.m.