powered by
Create daily topics datasets for the ennet_db
create_db_topics_dailies(hourlies)
A tibble of topics data usually produced by using the create_db_topics_hourlies() function
create_db_topics_hourlies()
A tibble of specified topics dataset created from data in the ennet_db
# NOT RUN { themes <- ennet_themes$themes x <- ennet_hourlies[ennet_hourlies$Theme == themes[3], ] create_db_topics_dailies(hourlies = x) # }
Run the code above in your browser using DataLab