Description Arguments Value Examples
Generate bigram network to analyze given data with filters for all most common bigrams excluding stop words.
data |
the sentiment140 train or test data containing variables |
user_list |
a vector of users for which to filter the dataset |
start_date_time |
input start_date_time in POSIXct format on which to filter the dataset |
end_date_time |
input end_date_time in POSIXct format on which to filter the dataset |
keyword_list |
a list of string keywords on which to filter the dataset |
counts_quantile |
the quantile beyond which to visualize the bigrams |
a list object with raw
filtered dataframe, bigram_counts
aggregated dataframe that holds the frequency counts of bigrams and a plot
representing the network.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.