Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 614 Bytes

gitissues

The goal of gitissues is to create a data frame that summarizes issues opened on GitHub repositories.

Installation

You can gitissues from with:

install.packages("devtools")
devtools::install_github("maggieklope/gitissues")

Example

This is a basic example which shows you how to create a data frame of issues for a repo:

# get_issues(github_api_endpoint = "/repos/owner/repo/issues",
#            url = "https:://api.github.com",
#            repo_owner = "owner",
#            repo_name = "repo",
#            PAT = "pat")