R/fastMatch.R

Defines functions `%fin%`

#' Operator for fast matching
#'
#' @import fastmatch

`%fin%` <- function(x, table) {
  stopifnot(require(fastmatch))
  fmatch(x, table, nomatch = 0L) > 0L
}
mustafapir/geneName documentation built on Sept. 12, 2022, 5:08 p.m.