| Retrieval functionsReceive data from API (GET) | |
|---|---|
| Get issues from GitHub repository | |
| Get comments for a specific issue from GitHub repository | |
| Get events for a specific issue from GitHub repository | |
| Get milestones from GitHub repository | |
| Get all labels for a repository | |
| Parse functionsParse data received from API as dataframe | |
| Parse issues overview from  | |
| Parse issue comments from  | |
| Parse issue events from  | |
| Parse milestones from  | |
| Parse labels from  | |
| Extract new dataframe column from list-column matching pattern | |
| Filter dataframe by list-column elements | |
| Pivot list-column elements to indicator variables | |
| Submission functionsSend data to API (PUT) | |
| Post issue to GitHub repository | |
| Post updates to existing issue in GitHub repository | |
| Post milestone to GitHub repository | |
| Post plan (milestones + issues) to GitHub repository | |
| Post to-do list (issues) to GitHub repository | |
| Visualization functionsVisualize data for public consumption | |
| Visualize Gantt-style chart of planned or actual time to completion | |
| Visualize Agile-style task board of item status | |
| Visualize waterfall of opened, closed, and pending items over timeframe | |
| Reporting functionsFormat status updates in HTML for reporting in RMarkdown | |
| Print issue comments in RMarkdown friendly way | |
| Print plan in RMarkdown friendly way | |
| Print issue-milestone progress in RMarkdown friendly way | |
| Report HTML-based task board of item status | |
| Print to-do lists in RMarkdown friendly way | |
| Check functionsTest and diagnose common impediments | |
| Check for valid credentials and repo permissions | |
| Check internet connection (re-export of curl::has_internet()) | |
| Find requests remaining and reset time | |
| Navigation functionsAccess more information on or about GitHub | |
| View GitHub API documentation | |
| Browse issues for given GitHub repo | |
| Browse milestones for given GitHub repo | |
| Browse a given GitHub repo | |
| 
 | Learn about optional fields for related get_ functions | 
| Misc functionsMiscellaneous functions that make life a little bit easier | |
| Create reference to a GitHub repository | |
| Read plan from YAML | |
| Read to-do list from YAML | |
| 
 | Tag "in-progress" items for taskboard visualization | 
| Print YAML template to console | |