%l*% | R Documentation |
%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.
terms %l*% key.match
terms %ha% key
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.