R/github.R
get_github_user.Rd
This is a function to get the GitHub user's info
get_github_user(token = NULL)
You can provide the Personal Access Token key directly or this function will attempt to grab a PAT that was stored using the `authorize("github")` function
Information regarding a Github account
if (FALSE) { # \dontrun{ authorize("github") get_github_user() } # }