Learn R Programming

ennet (version 0.2.2)

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

Examples

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