Skip to contents

Spiral plot of daily commit counts (points)

Usage

spiral_points_plot(
  commits,
  repo = NULL,
  date_begin = NULL,
  date_end = NULL,
  title = NULL
)

Arguments

commits

Tidy data frame from collect_git_commits().

repo

Optional repo name (or vector of names). NULL aggregates across all repos in commits.

date_begin, date_end

Optional Date bounds.

title

Legend/plot title. Defaults to repo name(s) or "All repos".

Value

Invisibly returns the per-day commit summary used for plotting.