geomaterials_not_contain_elems {OpenMindat}R Documentation

geomaterials that do not contain the elements

Description

retrieve the geomaterials that do not contain any of the given elements.

Usage

geomaterials_not_contain_elems (ecl_elms_vector, ...)

Arguments

ecl_elms_vector

vector of elements.

...

Further named parameters.Other optional arguments-Additional arguments.

Details

This function releated to the field "elements_exc" of geomaterials.

Value

df, a data frame of geomaterials list.

Examples

## Not run: 
df <-geomaterials_not_contain_elems (c('Fe','S', 'O'), fields ="id,name,mindat_formula,elements")

## End(Not run)

[Package OpenMindat version 1.0.0 Index]