Suggest Github Username from a Faint Memory
gh_suggest_username(vague_name)
a character vector of the closest usernames to input.
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.
## Not run: ------------------------------------ # gh_guess_username("yuhui") # # [1] "yihui" ## ---------------------------------------------