count_topics_day | R Documentation |
Count number of questions/topics posted on en-net by time
count_topics_day(topics = get_themes_topics(), .sort = FALSE) count_topics_week(topics = get_themes_topics(), .sort = FALSE) count_topics_month(topics = get_themes_topics(), .sort = FALSE) count_topics_year(topics = get_themes_topics(), .sort = FALSE)
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 FALSE |
A tibble of topic counts by specified time grouping
Ernest Guevarra
## Get counts of topics by day count_topics_day(topics = ennet_topics) ## Get counts of topics by week count_topics_week(topics = ennet_topics) ## Get counts of topics by month count_topics_month(topics = ennet_topics) ## Get counts of topics by year count_topics_year(topics = ennet_topics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.