help {projmgr} | R Documentation |
Learn about optional fields for related get_ functions
Description
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.
Usage
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()
Details
For more details on these parameters, please use the browse_docs()
function
to navigate to the appropriate part of the GitHub API documentation.
Value
Character string of optional field names
Examples
help_get_issues()
help_get_milestones()
[Package projmgr version 0.1.1 Index]