txt_recode_cpp: Internal C++ text recoding function

View source: R/RcppExports.R

txt_recode_cppR Documentation

Internal C++ text recoding function

Description

Internal C++ implementation of text recoding using hash tables. Users should call txt_recode_fast instead.

Arguments

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

Value

Character vector with recoded values


tall documentation built on Dec. 12, 2025, 5:07 p.m.