Create monthly topics dataset for the ennet_db

create_db_topics_monthly(
  repo = "katilingban/ennet_db",
  branch = "main",
  .date = Sys.Date() - 1
)

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 monthly topics dataset created from data in the ennet_db

Author

Ernest Guevarra

Examples

create_db_topics_monthly(.date = "2021-01-01")
#> # A tibble: 3,037 × 51
#>    Theme             Topic Author Posted Link  Views_20210101_… Replies_2021010…
#>    <chr>             <chr> <chr>  <chr>  <chr>            <int>            <int>
#>  1 Announcements & … ENN … Offic… 2020-… http…               99               NA
#>  2 Announcements & … Call… Tamsi… 2020-… http…              127               NA
#>  3 Announcements & … ENN … Offic… 2020-… http…              135               NA
#>  4 Announcements & … Vaca… Valen… 2020-… http…              233               NA
#>  5 Announcements & … Ag-n… Sylvi… 2020-… http…              156               NA
#>  6 Announcements & … ENN … Offic… 2020-… http…              196               NA
#>  7 Announcements & … Invi… Offic… 2020-… http…              535               NA
#>  8 Announcements & … IYCF… Valer… 2020-… http…              212               NA
#>  9 Announcements & … REAC… Saeed… 2020-… http…              290               NA
#> 10 Announcements & … IRC … Casie… 2020-… http…              244               NA
#> # … with 3,027 more rows, and 44 more variables: Views_20210101_021536 <int>,
#> #   Replies_20210101_021536 <int>, Views_20210101_032704 <int>,
#> #   Replies_20210101_032704 <int>, Views_20210101_042609 <int>,
#> #   Replies_20210101_042609 <int>, Views_20210101_052611 <int>,
#> #   Replies_20210101_052611 <int>, Views_20210101_061918 <int>,
#> #   Replies_20210101_061918 <int>, Views_20210101_072647 <int>,
#> #   Replies_20210101_072647 <int>, Views_20210101_082054 <int>, …