Description Usage Arguments Value
recode_col recodes a vector with codes provided in another vector. The unique values of the 2 vectors need to be of same length. Codes are assigned matching unique values by position. Used internally.
1 | recode_col(x, repl)
|
x |
vector to recode. |
repl |
vector containing unique codes. |
a vector of same length of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.