gh_suggest {githubinstall}R Documentation

Suggest Github Repository from a Incomplete Name

Description

Suggest Github Repository from a Incomplete Name

Usage

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"
gh_suggest("BnomalyDetection")
# [1] "twitter/AnomalyDetection"
gh_suggest("uwitter/BnomalyDetection")
# [1] "twitter/AnomalyDetection"


[Package githubinstall version 0.2.2 Index]