knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
pkgload::load_all(quiet = TRUE, helpers = FALSE, export_all = FALSE, 
                  warn_conflicts = FALSE, reset = TRUE)

socialGH

Codecov test coverage Lifecycle: experimental R-CMD-check

The goal of socialGH is to help extracting information from social relations on repositories on GitHub.

Installation

You can install the released version of socialGH from GitHub with:

remotes::install_github("llrs/socialGH")

Example

This is a basic example which shows you how to retrieve the issues at the current state::

library(socialGH)

You can download issues (does not include comments made on them), pull requests (PR), events, and comments on issues and PR.

get_issues("llrs/socialGH")


llrs/socialGH documentation built on Feb. 22, 2022, 4:25 a.m.