Skip to contents

: Queries the geomaterials with a given name.

Usage

geomaterials_name(str_name,...)

Arguments

str_name

Text search supporting: _ as wildcards, e.g. "qu_rtz", "bario*"

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

This function releated to the field "name" of geomaterials. retrieve all the geomaterials that match the input IMA notes.

Examples

if (FALSE) {
df <-geomaterials_name("qu_rtz")
}