fct_detect_replace | R Documentation |
Recode factor levels using str_detect
.
fct_detect_replace(factor, pattern, replacement, negate = FALSE)
factor |
A factor. |
pattern |
A character vector of length 1. |
replacement |
A character vector of length 1. |
negate |
A factor. |
A factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.