browse_docs | R Documentation |
Opens browser to relevant parts of GitHub API documentation to learn more about field
definitions and formatting. Inspired by similar browse_
functions included in
the usethis
package.
browse_docs(
action = c("get", "post"),
object = c("milestone", "issue", "issue event", "issue comment", "repo labels")
)
action |
Character string denoting action you wish to complete: "get" (list existing) or "post" (creating new) |
object |
Character string denoting object on wish you want to apply an action. Supports "milestone", "issue", "issue event" |
Returns URL in non-interactive session or launches browser to docs in interactive session
## Not run:
browse_docs('get', 'milestone')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.