Search Packages from Titles by Regular Expressions

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

## Not run: ------------------------------------ # gh_search_packages("lasso") ## ---------------------------------------------