readGithubCommit: Existing commits

Description Usage Arguments Examples

View source: R/readGithubCommit.R

Description

Get the existing commits corresponding to a repo on Github

Usage

1
2
3
readGithubCommit(repo, seq.commit = 1:5, rev.commit = FALSE,
  keep.author = TRUE, keep.name = TRUE, keep.time = TRUE,
  trace = TRUE, ...)

Arguments

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 read_html.

Examples

1
2
readGithubCommit("bozenne/BuyseTest")
readGithubCommit("bozenne/BuyseTest", rev.commit = TRUE)

bozenne/butils.base documentation built on April 1, 2020, 6:13 p.m.