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)
The goal of socialGH is to help extracting information from social relations on repositories on GitHub.
You can install the released version of socialGH from GitHub with:
remotes::install_github("llrs/socialGH")
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.