github_timeseries | R Documentation |
Create time series bar plot.
github_timeseries(data = NULL)
data |
Data set to plot with. |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.