create_db_topics_dailies: Create daily topics datasets for the ennet_db

View source: R/database.R

create_db_topics_dailiesR Documentation

Create daily topics datasets for the ennet_db

Description

Create daily topics datasets for the ennet_db

Usage

create_db_topics_dailies(hourlies)

Arguments

hourlies

A tibble of topics data usually produced by using the create_db_topics_hourlies() function

Value

A tibble of specified topics dataset created from data in the ennet_db

Author(s)

Ernest Guevarra

Examples

themes <- ennet_themes$themes
x <- ennet_hourlies[ennet_hourlies$Theme == themes[3], ]
create_db_topics_dailies(hourlies = x)


katilingban/ennet documentation built on Nov. 3, 2022, 4:39 p.m.