Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_lustretype: retrieve the geomaterials that match an given lustretype.

Description

: Queries the geomaterials that match an given lustretype.

Usage

geomaterials_lustretype(types, ...)

Value

df, a data frame of geomaterials

Arguments

types

string of the type name (Array of strings or null). adamantine, subadamtine, vitreous, subvitreous, resinous, waxy, greasy, silky, pearly, metallic, submetallic, dull, earthy

...,

Further named parameters.Other optional arguments.

Details

This function releated to the field "lustretype" of geomaterials. lustretype(Items Enum): "Adamantine" "Dull" "Earthy" "Greasy" "Metallic" "Pearly" "Resinous" "Silky" "Sub-Adamantine" "Sub-Metallic" "Sub-Vitreous" "Vitreous" "Waxy" multiple choice (AND)

Examples

Run this code
if (FALSE) {
df <-geomaterials_lustretype(c("Adamantine"))
}

Run the code above in your browser using DataLab