keyword_network_hub: Keywords Semantic network hub

Description Usage Arguments Source Examples

View source: R/keyword_network_hub.R

Description

This function draws zoomed in semantic network around hub.

Usage

1
keyword_network_hub(df, hub, top_n)

Arguments

df

The preprocessed twitter data

hub

zoomed in word

top_n

number of nodes in the plot

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")
keyword_network_hub(df, hub = "art", top_n = 40)

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