clean_text: clean text data (remove punctuation, special characters,...

Description Usage Arguments Value

View source: R/clean_text.R

Description

clean text data (remove punctuation, special characters, numbers, english stopwords)

Usage

1
clean_text(texts, rm_stopwords = FALSE, stopwords_language = NULL)

Arguments

texts

list of character vectors

rm_stopwords

if TRUE clean_text removes stopwords (default FALSE)

stopwords_language

stopword dictionary language ISO 639-1 code as character vector

Value

list of cleaned character vectors


till-tietz/rbow documentation built on Oct. 21, 2021, 9:16 p.m.