Learn R Programming

ennet (version 0.2.2)

get_db_discussions: Retrieve data from ennet_db GitHub repository

Description

Retrieve data from ennet_db GitHub repository

Usage

get_db_discussions(repo = "katilingban/ennet_db", branch = "main")

get_db_topics( repo = "katilingban/ennet_db", branch = "main", id = c("daily", "weekly", "monthly", "yearly") )

Arguments

repo

A character value for 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.

id

A character value for data identifier. Possible choices are daily, weekly, monthly, or yearly.

Value

A tibble of the specified dataset

Examples

Run this code
# 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