geomaterials_entrytype {OpenMindat} | R Documentation |
retrieve the geomaterials that have the given entrytype
Description
: Queries the list of geomaterials that have the given entrytype
Usage
geomaterials_entrytype(types,...)
Arguments
types |
list of entry types. |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "entrytype" of geomaterials. Items Enum: 0 1 2 3 4 5 6 7 8 Multiple choice: 0- mineral; 1-synonym; 2-variety; 3-mixture; 4-series; 5-grouplist; 6-polytype; 7-rock; 8-commodity Releated field: entrytype_text (description of the entrytype).
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_entrytype(c('1'))
## End(Not run)
[Package OpenMindat version 1.0.0 Index]