geomaterials_meteoritical_code {OpenMindat}R Documentation

retrieve the geomaterials matched a given string in its meteoritical code.

Description

: Queries the geomaterials with a given string matched its given meteoritical_code.

Usage

geomaterials_meteoritical_code(str_meteoritical_code,...)

Arguments

str_meteoritical_code

boolean, meteoritical code exists. Include non-empty (TRUE) / include empty only (FALSE).

...

Further named parameters.Other optional arguments.

Details

This function releated to the field "meteoritical_code_exists" of geomaterials. Meteoritical code exists. Include non-empty (true) / include empty only (false). retrieve all the geomaterials that match the input str_meteoritical_code.

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_meteoritical_code(TRUE)

## End(Not run)

[Package OpenMindat version 1.0.0 Index]