Description Usage Arguments Value Examples
Suggest Github Repository from a Incomplete Name
1 | gh_suggest(repo_name, keep_title = FALSE)
|
repo_name |
a character. A part of a repository name. |
keep_title |
logical. Indicates to keep the package titles as an attrbite. Default |
candidates for the repository name.
1 2 3 4 5 6 | gh_suggest("AnomalyDetection")
# [1] "twitter/AnomalyDetection"
gh_suggest("BnomalyDetection")
# [1] "twitter/AnomalyDetection"
gh_suggest("uwitter/BnomalyDetection")
# [1] "twitter/AnomalyDetection"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.