create_db_topics_interactions: Create various topics interactions datasets for the ennet_db

View source: R/database.R

create_db_topics_interactionsR Documentation

Create various topics interactions datasets for the ennet_db

Description

Create various topics interactions datasets for the ennet_db

Usage

create_db_topics_interactions(
  dailies,
  id = c("daily", "weekly", "monthly", "yearly")
)

Arguments

dailies

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

id

A character value for data identifier. Possible choices are daily, weekly, monthly, or yearly.

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_dailies[ennet_dailies$Theme == themes[3], ]
create_db_topics_interactions(dailies = x, id = "yearly")


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