Suggest Github Repository from a Incomplete Name

gh_suggest(repo_name, keep_title = FALSE)

Arguments

repo_name
a character. A part of a repository name.
keep_title
logical. Indicates to keep the package titles as an attrbite. Default FALSE.

Value

candidates for the repository name.

Examples

gh_suggest("AnomalyDetection")
#> [1] "twitter/AnomalyDetection" #>
# [1] "twitter/AnomalyDetection" gh_suggest("BnomalyDetection")
#> [1] "twitter/AnomalyDetection" #>
# [1] "twitter/AnomalyDetection" gh_suggest("uwitter/BnomalyDetection")
#> [1] "twitter/AnomalyDetection" #>
# [1] "twitter/AnomalyDetection"