gh_user | R Documentation |
Look up users of a repository and match to a name. Try with and without initials.
gh_user(name, owner = "ropensci", pkg, .max_rate = NULL)
name |
Character. Full or partial name of the person for whom you want to fetch the GitHub username. |
owner |
Character. Owner of the repository. |
pkg |
Character. Repository name (package name). |
.max_rate |
Numeric. Passed through to |
Data frame with names attempted and usernames found
gh_user(name = "Steffi E. LaZerte", owner = "ropensci", pkg = "weathercan")
gh_user(name = "Steffi", owner = "ropensci", pkg = "weathercan")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.