create_db_topics_dailies | R Documentation |
Create daily topics datasets for the ennet_db
create_db_topics_dailies(hourlies)
hourlies |
A tibble of topics data usually produced by using the
|
A tibble of specified topics dataset created from data in the ennet_db
Ernest Guevarra
themes <- ennet_themes$themes x <- ennet_hourlies[ennet_hourlies$Theme == themes[3], ] create_db_topics_dailies(hourlies = x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.