R/match.R

match <-
function (x, table, nomatch = NA_integer_, incomparables = NULL) 
.Call(C_fmatch, x, table, nomatch, incomparables, FALSE)
vlulla/vlutils documentation built on May 21, 2019, 12:35 a.m.