github_auth | R Documentation |
Authenticate with github
github_auth(client_id = NULL, client_secret = NULL, scope = NULL)
client_id |
Consumer key. can be supplied here or read from Options() |
client_secret |
Consumer secret. can be supplied here or read from Options() |
scope |
Comma separated list of scopes. One or more of: user, user:email, user:follow, public_repo, repo, repo:status, delete_repo, notifications, gist |
## Not run: github_auth() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.