Skip to contents

: 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.

Value

df, a data frame of geomaterials

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'))
}