View source: R/mindat_geomaterials.R
geomaterials_contain_any_elems | R Documentation |
: Queries the list of geological materials that contain any one of the given elements.
geomaterials_contain_any_elems(any_elems, ...)
any_elems |
vector of elements. |
... |
Further named parameters.Other optional arguments-Additional arguments. |
This function releated to the field "elements_inc" of geomaterials. This function queries the list of geological materials that contain any element of an given list (any_elems). It performs the query operation by looping through each given element and calling the mindat_geomaterial_list function.
df, a data frame of geomaterials.
## Not run:
df <-geomaterials_contain_any_elems (c('Fe','S'),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.