Learn R Programming

projmgr (version 0.1.2)

help: 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()

Arguments

Value

Character string of optional field names

Details

For more details on these parameters, please use the browse_docs() function to navigate to the appropriate part of the GitHub API documentation.

Examples

Run this code
help_get_issues()
help_get_milestones()

Run the code above in your browser using DataLab