View source: R/str-replace-row.R
str_replace_row | R Documentation |
Replace matched patterns in rows
str_replace_row(x, rows, pattern, replacement)
str_replace_row_na(x, rows, pattern)
x |
dataframe |
rows |
Rows to look for pattern. |
pattern |
Pattern to look for. |
replacement |
A character vector of replacements. |
# TO DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.