str_replace_row: Replace matched patterns in rows

View source: R/str-replace-row.R

str_replace_rowR Documentation

Replace matched patterns in rows

Description

Replace matched patterns in rows

Usage

str_replace_row(x, rows, pattern, replacement)

str_replace_row_na(x, rows, pattern)

Arguments

x

dataframe

rows

Rows to look for pattern.

pattern

Pattern to look for.

replacement

A character vector of replacements.

Examples

# TO DO

trekonom/tblcleanr documentation built on Jan. 30, 2025, 5:28 a.m.