Learn R Programming

finnsurveytext (version 2.1.1)

fst_find_stopwords: Get available stopwords lists

Description

Returns a tibble containing all available stopword lists for the language, their contents, and the size of the lists.

Usage

fst_find_stopwords(language = "fi")

Value

A tibble containing the stopwords lists.

Arguments

language

two-letter ISO code of the language for the stopword list

Examples

Run this code
fst_find_stopwords()
fst_find_stopwords(language = 'et')

Run the code above in your browser using DataLab