Skip to contents

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.

Value

df, a data frame of geomaterials list.

Details

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

Examples

if (FALSE) {
df <-geomaterials_not_contain_elems (c('Fe','S', 'O'), fields ="id,name,mindat_formula,elements")
}