Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_search_name: retrieve the geomaterials by a given name.

Description

: Queries the list of geomaterials by a given name.

Usage

geomaterials_search_name(name,...)

Value

df, a list of geomaterials

Arguments

name

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

...,

Further named parameters.Other optional arguments.

Details

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

Examples

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

Run the code above in your browser using DataLab