powered by
Searches for minerals by their names and symbols using a regular expression. By default cases are ignored.
minSearch(pattern, ignore.case = TRUE)
data.frame of minerals where the given pattern matches.
regular expression for the mineral to search
switch case insensitivity on (default) or off
List of minerals, minsForChemistry()
minsForChemistry()
minSearch('alm') minSearch('Pyh$', ignore.case = FALSE)
Run the code above in your browser using DataLab