geomaterials_varietyof {OpenMindat} | R Documentation |
: Queries the list of geomaterials that match the given varietyof.
geomaterials_varietyof(intvalue,...)
intvalue |
integer, id of mineral that has this variety. |
... |
Further named parameters.Other optional arguments. |
This function releated to the fields "varietyof" of geomaterials. Varieties are geomaterials that have a special distinction from the main geomaterial ie. amethyst var. quartz retrieve the geomaterials that are varieties of an given id of geomaterials.
df, a data frame of geomaterials
## Not run:
df <-geomaterials_varietyof(3337)
## End(Not run)