count_topics_theme | R Documentation |
Count number of questions/topics posted on en-net
count_topics_theme(topics = get_themes_topics(), .sort = TRUE) count_topics_theme_time( topics = get_themes_topics(), by_time = c("day", "week", "month", "year"), .sort = TRUE )
topics |
A tibble of topics by theme, by author, and by posting date
from en-net forum produced through a call to |
.sort |
Logical. Should output be sorted by count frequencies? Default is TRUE |
by_time |
Should topics be counted by day, by week, by month or by year? Default is to count by day. |
A tibble of topic counts by specified grouping
Ernest Guevarra
## Get counts of topics by theme count_topics_theme(topics = ennet_topics) ## Get counts of topics by theme and by time count_topics_theme_time(topics = ennet_topics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.