View source: R/gh_health_metrics.R
gh_metric_commits_prepost_midpoint | R Documentation |
Calculates the difference in commits between first and last half of a projects calendar life
gh_metric_commits_prepost_midpoint(commits)
commits |
A dataframe of commits |
Uses columns fullname
, date
.
full_name
: repo full name
commits
: total commits
commits_prepost_midpoint
: Using time from first to last commit as the time scale, what is total commits in first half - commit in second half.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.