gh_search_packages: Search Packages from Titles by Regular Expressions

Description Usage Arguments Value Examples

View source: R/gh_search_packages.R

Description

Search Packages from Titles by Regular Expressions

Usage

1
gh_search_packages(regex, ignore.case = TRUE)

Arguments

regex

a character string containing a regular expression to be matched in the package titles.

ignore.case

logical. If FALSE, the pattern matching is case sensitive and if TRUE, case is ignored during matching.

Value

a data.frame of package information.

Examples

1
2
3
4
## Not run: 
gh_search_packages("lasso")

## End(Not run)

githubinstall documentation built on May 2, 2019, 4:20 a.m.