geomaterials_contain_any_elems: geomaterials that contain any one of the given elements
Description
: Queries the list of geological materials that contain any one of the given elements.
Usage
geomaterials_contain_any_elems(any_elems, ...)
Value
df, a data frame of geomaterials.
Arguments
any_elems
vector of elements.
...,
Further named parameters.Other optional arguments-Additional arguments.
Details
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.