github_api | R Documentation |
Hit the GitHub API
github_api(path)
path |
String of the endpoint destination |
Stu Field
# My GitHub user account tryCatch(github_api("/users/stufield"), error = function(e) e) # This package repo tryCatch(github_api("/repos/stufield/TestPkg"), error = function(e) e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.