arrange_views | R Documentation |
Arrange topics based on number of views
arrange_views( topics, by_theme = TRUE, by_date = c("month_year", "year", "all") )
topics |
A tibble of topics by theme from en-net forum produced
through a call to |
by_theme |
Logical. Should topics be grouped by theme? Default is TRUE. |
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. |
A tibble of topic views by theme and by specified date format arranged in descending order
Ernest Guevarra
library(magrittr) ennet_topics %>% arrange_views()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.