Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_name: retrieve the geomaterials matched a given string in its name.

Description

: Queries the geomaterials with a given name.

Usage

geomaterials_name(str_name,...)

Value

df, a data frame of geomaterials

Arguments

str_name

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

...,

Further named parameters.Other optional arguments.

Details

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

Examples

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

Run the code above in your browser using DataLab