punch_card | R Documentation |
Punch card
punch_card(repo = ".", main = NULL, ...)
repo |
a path to a repository or a |
main |
Default title for the plot is "Punch card on repo:" and repository workdir basename. Supply a new title if you desire one. |
... |
Additional arguments affecting the plot |
invisible NULL
## Not run:
## Initialize repository
path <- tempfile(pattern="git2r-")
dir.create(path)
repo <- clone("https://github.com/ropensci/git2r.git", path)
## Plot
punch_card(repo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.