Deprecated: Hash/Dictionary Lookup

%l*%R Documentation

Hash/Dictionary Lookup

Description

%l*% - A deprecated binary operator version of lookup. This will be removed in a subsequent version of qdapTools. Use %l% instead.

%ha% - A deprecated binary operator version of hash_look. This will be removed in a subsequent version of qdapTools. Use %hl% instead.

Usage

terms %l*% key.match

terms %ha% key

Arguments

terms

A vector of terms to undergo a lookup.

key.match

Takes one of the following: (1) a two column data.frame of a match key and reassignment column, (2) a named list of vectors (Note: if data.frame or named list supplied no key reassign needed) or (3) a single vector match key.

key

The hash key to use.


trinker/qdapTools documentation built on May 13, 2023, 11:27 a.m.