parse_github_replies: Parse GitHub Issue and Pull Request Comments

View source: R/github.R

parse_github_repliesR Documentation

Parse GitHub Issue and Pull Request Comments

Description

Parses Issue, Pull Request, and Comments Endpoints into a reply table. See example usage in the download_github_comments.Rmd vignette.

Usage

parse_github_replies(
  issues_json_folder_path,
  pull_requests_json_folder_path,
  comments_json_folder_path,
  commit_json_folder_path
)

Arguments

issues_json_folder_path

The path to the downloaded issues JSON. See github_api_project_issue.

pull_requests_json_folder_path

The path to the downloaded pull requests JSON. See github_api_project_pull_request.

comments_json_folder_path

The path to the downloaded comments JSON. See github_api_project_issue_or_pr_comments.

commit_json_folder_path

The path to the downloaded commits JSON (used to map github username to the git log). See github_api_project_commits.

Value

A single reply table which combines the communication from the three jsons.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.