minSearch | R Documentation |
Searches for minerals by their names and symbols using a regular expression. By default cases are ignored.
minSearch(pattern, ignore.case = TRUE)
pattern |
regular expression for the mineral to search |
ignore.case |
switch case insensitivity on (default) or off |
data.frame of minerals where the given pattern matches.
List of minerals, minsForChemistry()
minSearch('alm')
minSearch('Pyh$', ignore.case = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.