View source: R/github_commits.R
get_github_commits | R Documentation |
Get Github Commits for One Repo
get_github_commits(repo, github_token = Sys.getenv("GITHUB_PAT"))
repo |
full name of Github repo ("owner/repo_name", e.g. "kwb-r/kwb.utils") |
github_token |
default: Sys.getenv("GITHUB_PAT") |
data frame
## Not run:
pkg_commits <- pkgmeta::get_github_commits("kwb-r/kwb.utils")
head(pkg_commits )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.