Learn R Programming

githubinstall (version 0.2.2)

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"
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab