Skip to contents

: Queries the list of geomaterials by a given name.

Usage

geomaterials_search_name(name,...)

Arguments

name

string. Text search supporting wildcards, e.g. qu_rtz, bario*"

...,

Further named parameters.Other optional arguments.

Value

df, a list of geomaterials

Details

This function releated to the fields "name" of geomaterials. retrieve the geomaterial list that match the given name.

Examples

if (FALSE) {
df <-geomaterials_search_name("Quartz")
}