Create hourly topics datasets for the ennet_db
create_db_topics_hourlies(
repo = "katilingban/ennet_db",
branch = "main",
.date = Sys.Date()
)
A character value of the GitHub user and repository name
combination identifying the GitHub location for ennet_db. Default is
katilingban/ennet_db
.
A character value for the branch name from which to retrieve
data. Default is main
.
A character value or vector of date/dates for which to create a topics dataset for the ennet_db
A tibble of specified topics dataset created from data in the ennet_db
create_db_topics_hourlies(.date = "2020-12-31")
#> # A tibble: 643,844 × 8
#> Theme Topic Author Posted Link Interaction Extraction n
#> <chr> <chr> <chr> <chr> <chr> <chr> <dttm> <dbl>
#> 1 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 10:19:49 73
#> 2 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 11:16:42 73
#> 3 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 12:17:51 74
#> 4 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 13:25:50 75
#> 5 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 14:14:43 75
#> 6 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 15:13:40 75
#> 7 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 17:44:50 76
#> 8 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 18:28:35 76
#> 9 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 19:25:09 77
#> 10 Announcement… ENN … Offic… 2020-… http… Views 2020-12-27 20:14:17 77
#> # … with 643,834 more rows