get_stopwords: Retrieve stop words for a given language

Description Usage Arguments Value Examples

View source: R/litsearchr.functions.R

Description

This function retrieves stop words 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 stop words. Defaults to "English"

Value

Returns a character vector of stop words.

Examples

1
get_stopwords("English")

discoverableresearch documentation built on Oct. 23, 2020, 7:13 p.m.