| get_db_discussions | R Documentation |
Retrieve data from ennet_db GitHub repository
get_db_discussions(repo = "katilingban/ennet_db", branch = "main")
get_db_topics(
repo = "katilingban/ennet_db",
branch = "main",
id = c("daily", "weekly", "monthly", "yearly")
)
repo |
A character value for 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 |
id |
A character value for data identifier. Possible choices are daily, weekly, monthly, or yearly. |
A tibble of the specified dataset
Ernest Guevarra
## Retrieve discussions dataset get_db_discussions() ## Retrieve en-net topics yearly interactions dataset get_db_topics(id = "yearly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.