cum_commits: Cummulative commits plot

Description Usage Arguments Examples

View source: R/cumcommits.R

Description

Cummulative commits plot

Usage

1
2
cum_commits(x = NULL, exclude = c("sckott", "karthik", "cboettig",
  "jeroenooms", "jeroen"), exclude_core = FALSE)

Arguments

x

File name, e.g., github_commits_2016-05-19.csv. Default is NULL, and if so, we look for file with most recent date in its file name in rappdirs::user_cache_dir("rostats") + "/commits/"

exclude

(character) github user names to exclude

exclude_core

(logical) exclude core user names. Default: FALSE

Examples

1
2
3
4
5
## Not run: 
x <- cum_commits()
cum_commits(exclude_core = TRUE)

## End(Not run)

ropensci/rostats documentation built on Oct. 15, 2019, 1:37 p.m.