Skip to contents

: 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.

Value

df, a data frame of geomaterials

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

if (FALSE) {
df <-geomaterials_meteoritical_code(TRUE)
}