Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_meteoritical_code: 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,...)

Value

df, a data frame of geomaterials

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.

Examples

Run this code
if (FALSE) {
df <-geomaterials_meteoritical_code(TRUE)
}

Run the code above in your browser using DataLab