Description Usage Arguments Source Examples
View source: R/keyword_network_hub.R
This function draws zoomed in semantic network around hub.
1 | keyword_network_hub(df, hub, top_n)
|
df |
The preprocessed twitter data |
hub |
zoomed in word |
top_n |
number of nodes in the plot |
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_hub(df, hub = "art", top_n = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.