powered by
Create various topics interactions datasets for the ennet_db
create_db_topics_interactions( dailies, id = c("daily", "weekly", "monthly", "yearly") )
A tibble of topics data usually produced by using the create_db_topics_dailies() function
create_db_topics_dailies()
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
# NOT RUN { themes <- ennet_themes$themes x <- ennet_dailies[ennet_dailies$Theme == themes[3], ] create_db_topics_interactions(dailies = x, id = "yearly") # }
Run the code above in your browser using DataLab