powered by
Suggest Github Username from a Faint Memory
gh_suggest_username(vague_name)
a character. GitHub username that may not be exact.
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" # } # NOT RUN { # }
Run the code above in your browser using DataLab