github_timeseries: Create time series bar plot.

github_timeseriesR Documentation

Create time series bar plot.

Description

Create time series bar plot.

Usage

  github_timeseries(data = NULL)

Arguments

data

Data set to plot with.

Examples

## Not run: 
# Run with example data set (commits from the ropensci organization account)
github_timeseries()

# Get your own data
github_auth()
mydat <- llply(c('ggplot2','plyr','httr'), function(x) github_commits(userorg='hadley',repo=x,limit=500))
mydat <- ldply(mydat)
github_timeseries(mydat)

## End(Not run)

ropensci/sandbox documentation built on May 18, 2022, 7:32 p.m.