edit_symbols: Edit Symbols

Description Usage Arguments Value Author(s) Examples

View source: R/edit_symbols.R

Description

edit_symbols replaces symbols with word equivalents.

Usage

1

Arguments

text

The text variable.

Value

Returns a character vector with symbols replaced by their word equivalents.

Author(s)

Achilleas Passias

Examples

1
2
3
text <- c("Rock & Roll", "@ seven", "w/ or w/o you")

edit_symbols(text)

achilleas-251/txtprocess documentation built on March 30, 2020, 12:43 a.m.