get_db: Retrieve data from ennet_db GitHub repository

get_db_discussionsR Documentation

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

Author(s)

Ernest Guevarra

Examples


  ## Retrieve discussions dataset
  get_db_discussions()


## Retrieve en-net topics yearly interactions dataset
get_db_topics(id = "yearly")


katilingban/ennet documentation built on Nov. 3, 2022, 4:39 p.m.