retrieve the geomaterials that match an given lustretype.
Source:R/mindat_geomaterials.R
geomaterials_lustretype.Rd
: Queries the geomaterials that match an given lustretype.
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
if (FALSE) { # \dontrun{
df <-geomaterials_lustretype(c("Adamantine"))
} # }