Skip to content

Writing a package to summarize issues from a target github repo

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

maggieklope/gitissues

Repository files navigation

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")

About

Writing a package to summarize issues from a target github repo

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages