Description Usage Arguments Source Examples
View source: R/keyword_network.R
This function retrives semantic network plot.
1 | keyword_network(df, keyword_remove, top_n = 40)
|
df |
The preprocessed twetter data |
keyword_remove |
search key word remove |
top_n |
top n tokens |
Benoit et al (2018) quanteda: An R package for the quantitative analysis of textual data
1 2 | df_pre <- twitter_preprocess(twitter_df, ud_lang = "spanish", stopwords_lang = "es")
keyword_network(df_pre,keyword_remove = "cultura", top_n = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.