Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

censor_worker

mgsub_censor worker


Description

The hard worker doing everything for mgsub_censor

Usage

censor_worker(
  string,
  pattern,
  censor,
  split = any(nchar(censor) > 1),
  seed = NULL,
  ...
)

Arguments

string

a character vector where replacements are sought

pattern

Character string to be matched in the given character vector

censor

character to use in censoring - see details

split

if a multicharacter censor pattern is provided, should it be split to preserve original string length

seed

optional parameter to fix sampling of multicharacter censors

...

arguments to pass to regexpr family


mgsub

Safe, Multiple, Simultaneous String Substitution

v1.7.2
MIT + file LICENSE
Authors
Mark Ewing [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.