minSearch {georefdatar}R Documentation

Find minerals by their names or symbols

Description

Searches for minerals by their names and symbols using a regular expression. By default cases are ignored.

Usage

minSearch(pattern, ignore.case = TRUE)

Arguments

pattern

regular expression for the mineral to search

ignore.case

switch case insensitivity on (default) or off

Value

data.frame of minerals where the given pattern matches.

See Also

List of minerals, minsForChemistry()

Examples

minSearch('alm')
minSearch('Pyh$', ignore.case = FALSE)


[Package georefdatar version 0.6.5 Index]