Description Usage Arguments Examples
View source: R/p_search_library.R
Search library packages using partial matching. Search for packages by partial matching letter(s) or by any letter(s) contained within the package's name. Useful for those times when you can't remember that package name but you know “it starts with...”
1 2 3 |
begins.with |
A character string to search for packages starting with the letter(s). |
contains |
A character string to search for packages containing the letter(s). |
1 2 3 4 5 6 | ## Not run:
p_search_library(begins.with = "ma")
p_search_library(begins.with = "r", contains = "ar")
p_search_library(contains = "att")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.