geomaterials that do not contain the elements
Source:R/mindat_geomaterials.R
geomaterials_not_contain_elems.Rd
retrieve the geomaterials that do not contain any of the given elements.
Arguments
- ecl_elms_vector,
vector of elements.
- ...,
Further named parameters.Other optional arguments-Additional arguments.
Examples
if (FALSE) {
df <-geomaterials_not_contain_elems (c('Fe','S', 'O'), fields ="id,name,mindat_formula,elements")
}