Learn R Programming

fastmatch (version 1.1-6)

Fast 'match()' Function

Description

Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory.

Copy Link

Version

Install

install.packages('fastmatch')

Monthly Downloads

54,606

Version

1.1-6

License

GPL-2

Maintainer

Simon Urbanek

Last Published

December 23rd, 2024

Functions in fastmatch (1.1-6)

coalesce

Create an index that groups unique values together
ctapply

Fast tapply() replacement functions
fmatch

Fast match() replacement