create_repo_df: Create a dataframe of events from a GitHub repository

Description Usage Arguments Value Examples

View source: R/repo_events.R

Description

Returns a dataframe with selected information about the 30 most recent events from a public repository (within the last 90 days). Information includes event id, event type, date, time, author and push message if the event was a push.

Usage

1
create_repo_df(owner, repo)

Arguments

owner

string

repo

string

Value

dataframe (2D list)

Examples

1
create_repo_df("nganlyle", "534_project")

nganlyle/534_project documentation built on Feb. 12, 2020, 3:11 a.m.