Created
December 29, 2014 17:04
-
-
Save ZeccaLehn/e09636a67ef381d760eb to your computer and use it in GitHub Desktop.
Search R Packages by Letter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Search installed packages by first letter -- regardless of upper/lower case (by 's' here) | |
grep("^[s]", attributes(installed.packages())$dimnames[[1]], value = TRUE, ignore.case = TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment