R/github_commits.R
get_github_commits.Rd
Get Github Commits for One Repo
get_github_commits(repo, github_token = Sys.getenv("GITHUB_PAT"))
full name of Github repo ("owner/repo_name", e.g. "kwb-r/kwb.utils")
default: Sys.getenv("GITHUB_PAT")
data frame
if (FALSE) { pkg_commits <- pkgmeta::get_github_commits("kwb-r/kwb.utils") head(pkg_commits ) }