create_db_topics_interactions | R Documentation |
Create various topics interactions datasets for the ennet_db
create_db_topics_interactions( dailies, id = c("daily", "weekly", "monthly", "yearly") )
dailies |
A tibble of topics data usually produced by using the
|
id |
A character value for data identifier. Possible choices are daily, weekly, monthly, or yearly. |
A tibble of specified topics dataset created from data in the ennet_db
Ernest Guevarra
themes <- ennet_themes$themes x <- ennet_dailies[ennet_dailies$Theme == themes[3], ] create_db_topics_interactions(dailies = x, id = "yearly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.