Learn R Programming

githubinstall (version 0.2.2)

gh_suggest: 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

Run this code
# NOT RUN {
gh_suggest("AnomalyDetection")
# [1] "twitter/AnomalyDetection"
gh_suggest("BnomalyDetection")
# [1] "twitter/AnomalyDetection"
gh_suggest("uwitter/BnomalyDetection")
# [1] "twitter/AnomalyDetection"

# }

Run the code above in your browser using DataLab