parse_github_replies | R Documentation |
Parses Issue, Pull Request, and Comments Endpoints into a reply table. See example usage in the download_github_comments.Rmd vignette.
parse_github_replies(
issues_json_folder_path,
pull_requests_json_folder_path,
comments_json_folder_path,
commit_json_folder_path
)
issues_json_folder_path |
The path to the downloaded issues JSON. See |
pull_requests_json_folder_path |
The path to the downloaded pull requests JSON. See |
comments_json_folder_path |
The path to the downloaded comments JSON. See |
commit_json_folder_path |
The path to the downloaded commits JSON (used to map github username to the git log). See |
A single reply table which combines the communication from the three jsons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.