keyword_table: Top keywords data frame

Description Usage Arguments Source Examples

View source: R/keyword_table.R

Description

This function retrives top features key word.

Usage

1
keyword_table(df, top_n = 10)

Arguments

df

The preprocessed twetter data

keyword_remove

keyword to remove

top_n

top n keywords

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_table(df, keyword_remove = "cultura", top_n = 10)

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