Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_contain_all_elems: geomaterials_contain_all_elems

Description

retrieve the geomaterials that contain all of the elements.This function queries the list of geomaterials that contain all the given elements. It performs the query operation by calling the mindat_geomaterial_list function

Usage

geomaterials_contain_all_elems(icl_elms_vector,...)

Value

df, a data frame of geomaterials list.

Arguments

icl_elms_vector,

vector of elements.

...,

Further named parameters.Other optional arguments-Additional arguments that can be passed to the mindat_geomaterial_list function.

Details

This function releated to the field "elements_inc" of geomaterials.

Examples

Run this code
if (FALSE) {
df <-geomaterials_contain_all_elems (c('Fe','S'),fields ="id,name,mindat_formula,elements")
}

Run the code above in your browser using DataLab