create_pr_table.RdThis function takes a json input table generated from the Github
API, and creates a pull request table with the fields number, title, labels,
milestone, pull_request, and assignee. The table is returned as an
html table grouped by milestone.
create_pr_table(json_input)A html table of pull requests.