Suggest Github Repository from a Incomplete Name
gh_suggest(repo_name, keep_title = FALSE)
FALSE
.candidates for the repository name.
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"