get_issue_thread: Get a whole issue thread

View source: R/get_issue_thread.R

get_issue_threadR Documentation

Get a whole issue thread

Description

Get a whole issue thread

Usage

get_issue_thread(owner, repo, issue_id)

Arguments

owner

owner of the repo, string

repo

repo name, string

issue_id

issue ID

Value

A data.frame with one row per comment and title (of the issue), author, author_association, assignee, created_at (for each comment), closed_at (for the whole issue), body of each comment, comment_url, one column per label, issue.

Examples

get_issue_thread("ropensci", "onboarding", 175)

maelle/ghrecipes documentation built on May 20, 2022, 5:18 a.m.