powered by
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") )
get_db_topics( repo = "katilingban/ennet_db", branch = "main", id = c("daily", "weekly", "monthly", "yearly") )
A character value for the GitHub user and repository name combination identifying the GitHub location for ennet_db. Default is katilingban/ennet_db.
katilingban/ennet_db
A character value for the branch name from which to retrieve data. Default is main.
main
A character value for data identifier. Possible choices are daily, weekly, monthly, or yearly.
A tibble of the specified dataset
# NOT RUN { ## Retrieve discussions dataset get_db_discussions() # } # NOT RUN { ## Retrieve en-net topics yearly interactions dataset get_db_topics(id = "yearly") # }
Run the code above in your browser using DataLab