github_plot: Generates a plot visualizing GitHub repos.

View source: R/github_plot.R

github_plotR Documentation

Generates a plot visualizing GitHub repos.

Description

Takes output of github_reports and makes a nice visualization

Usage

  github_plot(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_plot(df)

## End(Not run)

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