Skip to contents

: Queries the list of geomaterials that match the given varietyof.

Usage

geomaterials_varietyof(intvalue,...)

Arguments

intvalue

integer, id of mineral that has this variety.

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

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.

Examples

if (FALSE) {
df <-geomaterials_varietyof(3337)
}