geomaterials_meteoritical_code: retrieve the geomaterials matched a given string in its...

View source: R/mindat_geomaterials.R

geomaterials_meteoritical_codeR 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)

OpenMindat documentation built on June 8, 2025, 1:47 p.m.