| txt_recode_cpp | R Documentation |
Internal C++ implementation of text recoding using hash tables.
Users should call txt_recode_fast instead.
x |
Character vector to recode |
from |
Character vector of values to match |
to |
Character vector of replacement values |
na_rm |
Logical, whether to set unmatched values to NA |
Character vector with recoded values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.