create_issue_table.Rd
This function takes a json
input table generated from the Github
API, and creates an issue table with the fields number, title, labels,
milestone, pull_request, and assignee. The table is returned as an
html
table grouped by milestone.
create_issue_table(json_input)
A html
table of issues.