The help
family of functions lists the optional query parameters available
for each of the related get_
functions. When no optional arguments are
available, a blank character vector is returned.
help_get_issues() help_get_issue_events() help_get_issue_comments() help_get_milestones() help_get_repo_label() help_post_issue() help_post_issue_update() help_post_milestone()
Character string of optional field names
For more details on these parameters, please use the browse_docs()
function
to navigate to the appropriate part of the GitHub API documentation.
help_get_issues()#> [1] "milestone" "state" "assignee" "creator" "mentioned" "labels" #> [7] "sort" "direction" "since"help_get_milestones()#> [1] "state" "sort" "direction"