gh_commits_get: Get commits for a repo

View source: R/gh_commits_get.R

gh_commits_getR Documentation

Get commits for a repo

Description

Get commits for a repo

Usage

gh_commits_get(full_names, days_back, ...)

Arguments

full_names

Vector of repo names (format 'org/repo')

days_back

How many days back to look for commits.

...

Pass down options to gh::gh()

Details

New Columns

full_name

org/repo

author

Author name

author_type

Author type / relationship to repo

commit_email

Email on commit

datetime

Date time of commit

sha

Unique hash - can be joined on repo_sha from gh_repo_files_get()

commit_message

The commit message


openpharma/GithubMetrics documentation built on Dec. 1, 2023, 12:52 a.m.