Description Usage Arguments Value Examples
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.
1 | create_repo_df(owner, repo)
|
owner |
string |
repo |
string |
dataframe (2D list)
1 | create_repo_df("nganlyle", "534_project")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.