ghpm: GitHub Project Management

Description Arguments

Description

GHPM is a library written in R that grabs and parses data from a github repository making it easier for users to perform analytics. Using Github's flexible GraphQL API and R's dataframe structure, ghpm returns repository data about issues, milestones, project boards, and pull requests which can be melded together to identify useful analytical information.

Arguments

org

Name of organization to query

repo

Name of repository to query

.api_url

Optional API url to query. Defaults to the value set by ‘api_url()'. Usually it’s "https://api.github.com/graphql"

pages

Number of pages to paginate and pull data from. Each page will contain upto 100 issues/pullrequests. Defaults to NULL for all pages.


metrumresearchgroup/ghpm documentation built on Jan. 24, 2021, 8:28 p.m.