browse_repo | R Documentation |
Opens browser to a given GitHub repo. Inspired by similar browse_
functions included in
the usethis
package.
browse_repo(repo_ref)
repo_ref |
Repository reference as created by |
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_repo(my_repo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.