get_github_commits: Get Github Commits for One Repo

View source: R/github_commits.R

get_github_commitsR Documentation

Get Github Commits for One Repo

Description

Get Github Commits for One Repo

Usage

get_github_commits(repo, github_token = Sys.getenv("GITHUB_PAT"))

Arguments

repo

full name of Github repo ("owner/repo_name", e.g. "kwb-r/kwb.utils")

github_token

default: Sys.getenv("GITHUB_PAT")

Value

data frame

Examples

## Not run: 
pkg_commits <- pkgmeta::get_github_commits("kwb-r/kwb.utils")
head(pkg_commits )

## End(Not run)

KWB-R/pkgmeta documentation built on March 27, 2024, 4:28 p.m.