gh_suggest: Suggest Github Repository from a Incomplete Name

Description Usage Arguments Value Examples

Description

Suggest Github Repository from a Incomplete Name

Usage

1
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

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"

hoxo-m/githubinstall documentation built on May 17, 2019, 4:53 p.m.