browse_issues | R Documentation |
Opens browser to GitHub issues for a given repo. Inspired by similar browse_
functions included in
the usethis
package.
browse_issues(repo_ref, number = "")
repo_ref |
Repository reference as created by |
number |
Optional argument of issue number, if opening page for specific issue is desired |
Returns URL in non-interactive session or launches browser to docs in interactive session
## Not run:
my_repo <- create_repo_ref("repo_owner", "repo")
browse_issues(my_repo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.