Description Usage Arguments Source Examples
View source: R/hashtags_table.R
This function retrives top features hashtags.
1 | hashtags_table(df, top_n = 10)
|
df |
The preprocessed twetter data |
hashtag_remove |
hashtag to remove |
top_n |
top n keywords |
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")
hashtags_table(df, hashtag_remove = "#cultura", top_n = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.