| g_code_freq | R Documentation |
Get the entire history of weekly totals of additions and deletions for a given repo.
g_code_freq(userorg, repo)
userorg |
User or organization GitHub name. |
repo |
Repository name. |
A data frame with .
## Not run:
require(ggplot2)
g_auth()
options(useragent='ropensci')
jekyll_cf <- g_code_freq("mojombo","jekyll")
ggplot(jekyll_cf,aes(x=week,y=log(additions+1)))+geom_point()+geom_path()+ylab("Weekly number of additions")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.