Description Usage Arguments Value See Also Examples
View source: R/gh_commit_data.R
Use github api rest call to fetch commit information for a repository
1 | get_commit(owner, repo, gh_pat = Sys.getenv("GITHUB_PAT"))
|
owner |
user name |
repo |
repository name |
gh_pat |
character, github pat, Default: Sys.getenv('GITHUB_PAT') |
tibble
1 2 3 4 5 6 | ## Not run:
gh_data <- get_commit(owner = 'thinkr-open', repo = 'remedy')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.