geomaterials_name {OpenMindat} | R Documentation |
retrieve the geomaterials matched a given string in its name.
Description
: Queries the geomaterials with a given name.
Usage
geomaterials_name(str_name,...)
Arguments
str_name |
Text search supporting: _ as wildcards, e.g. "qu_rtz", "bario*" |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "name" of geomaterials. retrieve all the geomaterials that match the input IMA notes.
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_name("qu_rtz")
## End(Not run)
[Package OpenMindat version 1.0.0 Index]