Learn R Programming

githubinstall (version 0.0.1)

gh_suggest_username: Suggest Github Username from a Faint Memory

Description

Suggest Github Username from a Faint Memory

Usage

gh_suggest_username(vague_name)

Arguments

vague_name
a character. GitHub username that may not be exact.

Value

a character vector of the closest usernames to input.

Details

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.

Examples

Run this code
## Not run: 
# gh_guess_username("yuhui")
# # [1] "yihui"
# ## End(Not run)

Run the code above in your browser using DataLab