create_db_topics_hourlies: Create hourly topics datasets for the ennet_db

View source: R/database.R

create_db_topics_hourliesR Documentation

Create hourly topics datasets for the ennet_db

Description

Create hourly topics datasets for the ennet_db

Usage

create_db_topics_hourlies(
  repo = "katilingban/ennet_db",
  branch = "main",
  .date = Sys.Date()
)

Arguments

repo

A character value of the GitHub user and repository name combination identifying the GitHub location for ennet_db. Default is katilingban/ennet_db.

branch

A character value for the branch name from which to retrieve data. Default is main.

.date

A character value or vector of date/dates for which to create a topics dataset for the ennet_db

Value

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

Author(s)

Ernest Guevarra

Examples

create_db_topics_hourlies(.date = "2020-12-31")


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