geomaterials_not_contain_elems {OpenMindat} | R Documentation |
retrieve the geomaterials that do not contain any of the given elements.
geomaterials_not_contain_elems (ecl_elms_vector, ...)
ecl_elms_vector |
vector of elements. |
... |
Further named parameters.Other optional arguments-Additional arguments. |
This function releated to the field "elements_exc" of geomaterials.
df, a data frame of geomaterials list.
## Not run:
df <-geomaterials_not_contain_elems (c('Fe','S', 'O'), fields ="id,name,mindat_formula,elements")
## End(Not run)