str_replace {stringr} |
R Documentation |
Pattern Matching and Replacement
Description
Usage
str_replace(strings, pattern, replacement,
fixed = FALSE);
Arguments
subj
a character vector
search$
-
replaceAs
-
regexp
the search target is a regex pattern expression?
env
-
Details
Authors
SMRUCC genomics Institute
Value
this function returns data object of type string.
clr value class
Examples
[Package
stringr version 2.33.856.6961
Index]