Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_not_contain_elems: geomaterials that do not contain the elements

Description

retrieve the geomaterials that do not contain any of the given elements.

Usage

geomaterials_not_contain_elems (ecl_elms_vector, ...)

Value

df, a data frame of geomaterials list.

Arguments

ecl_elms_vector,

vector of elements.

...,

Further named parameters.Other optional arguments-Additional arguments.

Details

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

Examples

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

Run the code above in your browser using DataLab