get_stopwords: Retrieve stopwords for a given language

Description Usage Arguments Value Examples

View source: R/generic_text_functions.R

Description

This function retrieves stopwords to use for a specified language.

Usage

1
get_stopwords(language = "English")

Arguments

language

A character vector containing the name of the language for which to retrieve stopwords. Defaults to "English"

Value

Returns a character vector of stopwords.

Examples

1
get_stopwords("English")

elizagrames/litsearchr documentation built on April 14, 2021, 3:42 p.m.