View source: R/mindat_geomaterials.R
geomaterials_not_contain_elems | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.