Learn R Programming

ennet (version 0.2.2)

create_db_topics_dailies: 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

Examples

Run this code
# 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