View source: R/gh_health_metrics.R
gh_metric_issues | R Documentation |
Calculates metrics of interest for open source health based on the issue
metadata using the
columns fullname
, state
, days_open
, days_no_activity
.
gh_metric_issues(issues)
issues |
A dataframe of issues |
full_name
: repo full name
open_issues
: total open issues
median_age_open_issue
: median time open issues have been open
median_inactivity_open_issue
: median time an open issue has been inactive
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.