gh_issues_get: Get issues for a repo

View source: R/gh_issues_get.R

gh_issues_getR Documentation

Get issues for a repo

Description

Get issues for a repo

Usage

gh_issues_get(full_names, days_back, ...)

Arguments

full_names

Vector of repo names (format 'org/repo')

days_back

How many days back to look for commits.

...

Pass down options to gh::gh()

Details

New Columns

title

Issue title

url

Link to issue

state

State of the issue (e.g. open or closed)

created, updated, closed

Unique hash - can be joined on repo_sha from gh_repo_files_get()

comments

The commit message

body

The commit message

author

The commit message


openpharma/GithubMetrics documentation built on Dec. 1, 2023, 12:52 a.m.