R/btwn.R

'%btwn%' <- function(x,y) {
  #' @export
  x >= y[1] & x <= y[2]
}
luiarthur/rcommon documentation built on Jan. 18, 2021, 12:45 a.m.