gh_suggest_username: Suggest Github Username from a Faint Memory

Description Usage Arguments Details Value Examples

View source: R/gh_suggest_username.R

Description

Suggest Github Username from a Faint Memory

Usage

1
gh_suggest_username(vague_name)

Arguments

vague_name

a character. GitHub username that may not be exact.

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.

Value

a character vector of the closest usernames to input.

Examples

1
2
3
4
5
## Not run: 
gh_guess_username("yuhui")
# [1] "yihui"

## End(Not run)

hoxo-m/githubinstall documentation built on May 17, 2019, 4:53 p.m.