mention_network: mention network plot

Description Usage Arguments Source Examples

View source: R/mention_network.R

Description

This function retrives hashtags semantic network plot.

Usage

1
mention_network(df, top_n = 40)

Arguments

df

The preprocessed twetter data

top_n

top n tokens

Source

Benoit et al (2018) quanteda: An R package for the quantitative analysis of textual data

Examples

1
2
df_pre<- twitter_preprocess(twitter_df, ud_lang = "spanish", stopwords_lang = "es")
mention_network(df_pre, top_n = 40)

BeaJJ/ComTxt documentation built on Dec. 17, 2021, 10:46 a.m.