View source: R/readGithubCommit.R
readGithubCommit | R Documentation |
Get the existing commits corresponding to a repo on Github
readGithubCommit(
repo,
seq.commit = 1:5,
rev.commit = FALSE,
keep.author = TRUE,
keep.name = TRUE,
keep.time = TRUE,
trace = TRUE,
...
)
repo |
Repository address in the format username/repo |
seq.commit |
the sequence of commit to return |
rev.commit |
shouidl the order of the commit be reverested (last becomes first). |
keep.author |
should the author be returned |
keep.name |
should the name of each commit be returned |
keep.time |
should the time at which the commit was done be returned |
trace |
should the progression in geting the name/time of the commit be displayed |
... |
additional arguments to be passed to |
readGithubCommit("bozenne/BuyseTest")
readGithubCommit("bozenne/BuyseTest", rev.commit = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.