Skip to content

Instantly share code, notes, and snippets.

@gadenbuie
Created February 10, 2021 20:46
Show Gist options
  • Save gadenbuie/148aab8f2768c2ea81460396a661871b to your computer and use it in GitHub Desktop.
Save gadenbuie/148aab8f2768c2ea81460396a661871b to your computer and use it in GitHub Desktop.
---
output: github_document
params:
owner: tidyverse
repo: dplyr
comment_id: 313734872
---
```{r include=FALSE}
library(gh)
comment <- gh(
"/repos/{owner}/{repo}/issues/comments/{comment_id}",
owner = params$owner,
repo = params$repo,
comment_id = params$comment_id
)
```
## [Comment](`r comment$html_url`) by [`r comment$user$login`](`r comment$user$html_url`) at `r comment$created_at`
`r comment$body`
<!-- https://git.io/JtoSC -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment