Skip to contents

retrieve all the geomaterial list or the geomaterial by given conditions.

Usage

mindat_geomaterial_search (...)

Arguments

...,

Further named parameters (e:Exact.If 1 returns only exact matech;ima:if 1 returns only ima-approved minerals;size:limit of returned records).

Value

df, data frame of geomaterials mathch the search

Examples

if (FALSE) { # \dontrun{
 df<- mindat_geomaterial_search(q="Quartz")
} # }