create_db_topics_daily | R Documentation |
Create daily topics dataset for the ennet_db
create_db_topics_daily( repo = "katilingban/ennet_db", branch = "main", .date = Sys.Date() - 1, fn = NULL )
repo |
A character value of the GitHub user and repository name
combination identifying the GitHub location for ennet_db. Default is
|
branch |
A character value for the branch name from which to retrieve
data. Default is |
.date |
A character value or vector of date/dates for which to create a topics dataset for the ennet_db |
fn |
A character value or vector of filenames for hourly topics dataset found in ennet_db |
A tibble of daily topics dataset created from data in the ennet_db
Ernest Guevarra
## fn <- c("ennet_topics_2021-01-17_00:54:48.csv") create_db_topics_daily(.date = "2021-01-17", fn = fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.