Learn R Programming

githubinstall (version 0.0.1)

gh_search_packages: Search Packages from Titles by Regular Expressions

Description

Search Packages from Titles by Regular Expressions

Usage

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

Run this code
## Not run: 
# gh_search_packages("lasso")
# ## End(Not run)

Run the code above in your browser using DataLab