count_topics | R Documentation |
Count the number of topics by theme and by date
count_topics(topics, by_date = c("month_year", "year", "all"), .sort = TRUE)
topics |
A tibble of topics by theme from en-net forum produced
through a call to |
by_date |
Should topics be grouped by month of the year or just by year or overall? Default is to group by month of the year. |
.sort |
Logical. Should output be sorted by count frequencies? Default is TRUE. |
A tibble of topic counts by theme and by specified date format
Ernest Guevarra
library(magrittr) ennet_topics %>% count_topics(by_date = "month_year")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.