edit_interjections: Edit Interjections

Description Usage Arguments Value Author(s) Examples

View source: R/edit_interjections.R

Description

edit_interjections replaces interjections.

Usage

1
edit_interjections(text, replacement = "")

Arguments

text

The text variable.

replacement

Character string replacing the interjections.

Value

Returns a character vector with interjections replaced.

Author(s)

Achilleas Passias

Examples

1
2
3
text <- c("hahaha", "oh", "ahah", "emmm", "ahem")

edit_interjections(text)

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