rtweet (version 0.6.0)

stopwordslangs: Twitter stop words in multiple languages data.

Description

This data comes form a group of Twitter searches conducted at several times during the calendar year of 2017. The data are commonly observed words associated with 10 different languages, including c("ar", "en", "es", "fr", "in", "ja", "pt", "ru", "tr", "und"). Variables include "word" (potential stop words), "lang" (two or three word code), and "p" (probability value associated with frequency position along a normal distribution with higher values meaning the word occurs more frequently and lower values meaning the words occur less frequently).

Usage

stopwordslangs

Arguments

Format

A tibble with three variables and 24,000 observations

Examples

Run this code
# NOT RUN {
stopwordslangs
# }

Run the code above in your browser using DataCamp Workspace