Description Usage Arguments Value Examples
View source: R/gh_search_packages.R
Search Packages from Titles by Regular Expressions
1 | gh_search_packages(regex, ignore.case = TRUE)
|
regex |
a character string containing a regular expression to be matched in the package titles. |
ignore.case |
logical. If |
a data.frame of package information.
1 2 3 4 | ## Not run:
gh_search_packages("lasso")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.