getContributorDataJekyll: Gets oldest commit date and handle for provided contributor...

Description Usage Arguments Value

Description

Gets oldest commit date and handle for provided contributor paths for a Jekyll/Github Pages repository.

Usage

1
getContributorDataJekyll(owner, repo, useCache)

Arguments

owner

The owner of the repository to pull file paths from.

repo

The name of the repository to pull file paths from.

useCache

If TRUE, only returns new, uncached contributors. If FALSE, returns all contributors.

Value

A tibble with three columns: 'path' contains the relative path to the contributor .md file, 'commitDate' contains the earliest commit date for each contributor file, and 'handle' has the contributors handle (the filename without .md on the end)


FredHutch/coopMetrics documentation built on June 7, 2021, 7:45 a.m.