retrieve the geomaterials that have the given entrytype
Source:R/mindat_geomaterials.R
geomaterials_entrytype.Rd
: Queries the list of geomaterials that have the given entrytype
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).
Examples
if (FALSE) {
df <-geomaterials_entrytype(c('1'))
}