Learn R Programming

icd (version 3.2.0)

match_rcpp: Faster match

Description

Try Rcpp hashing (and simpler logic) compared to internal R do_match and match5 morass. Lose the ability to use incomparables.

Usage

match_rcpp(x, table)

fin(x, table)

x %fin% table

x %fnin% table

Arguments

Functions

  • fin: Use faster matching for

  • %fin%: Use faster matching for

  • %fnin%: Use faster matching for