Description Usage Arguments Details Value Examples
View source: R/gh_suggest_username.R
Suggest Github Username from a Faint Memory
1 | gh_suggest_username(vague_name)
|
vague_name |
a character. GitHub username that may not be exact. |
The trouble is that the usernames of GitHub are often hard to remember. The function provides a way to obtain usernames from a faint memory.
a character vector of the closest usernames to input.
1 2 3 4 5 | ## Not run:
gh_guess_username("yuhui")
# [1] "yihui"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.