CleverStopwords: This function returns a comprehensive list of English...

Description Usage Arguments Value Examples

View source: R/CleverStopwords.r

Description

This function returns a comprehensive list of English stopwords that allows adding more customized words.

Usage

1

Arguments

words

A list of strings that needs to be included in the stopwords.

Value

stopwords_all A list of strings that includes the complete set of stopwords.

Examples

1
2
words <- list("would", "aaa")
CleverStopwords(words)

UBC-MDS/clevercloudr documentation built on Feb. 7, 2022, 9:11 a.m.