celebrate: Celebrating software birthdays

Description Usage Arguments Value Examples

View source: R/celebrate.r

Description

Accesses all public repositories belonging to a specific Github user and prints each repository's respective name, age, creation date of initial commit (i.e., repository birthday date), and time remaining until upcoming birthday.

Usage

1
celebrate(github_username)

Arguments

github_username

Character vector of one Github username handle (e.g., "some_username_here").

Value

Returns data frame with repository name, age, creation date, and time remaining until upcoming birthday.

Examples

1
celebrate("Bohdan-Khomtchouk")

happybiRthday documentation built on May 2, 2019, 1:48 p.m.