github_heatmap: Generates a heatmap plot visualizing GitHub repos.

View source: R/github_heatmap.R

github_heatmapR Documentation

Generates a heatmap plot visualizing GitHub repos.

Description

Takes output of github_reports and makes a somewhat nice visualization

Usage

  github_heatmap(df)

Arguments

df

Input data.frame. Must be generated by github_report

Value

ggplot

Examples

## Not run: 
df <- github_report("d4npn7")
# To visualize this, then use
github_heatmap(df)

## End(Not run)

ropensci/rImpactStory documentation built on May 18, 2022, 6:30 p.m.