clean function

Remove Escaped Characters

Remove Escaped Characters

Preprocess data to remove escaped characters

clean(text.var)

Arguments

  • text.var: The text variable

Returns

Returns a vector of character strings with escaped characters removed.

Examples

## Not run: x <- "I go \\r to the \\tnext line" x clean(x) ## End(Not run)
  • Maintainer: Tyler Rinker
  • License: GPL-2
  • Last published: 2023-05-11