Skip to contents

: Queries the geomaterials within or without the ima.

Usage

geomaterials_ima(btrue,...)

Arguments

btrue

boolean value.TRUE IMA approved, otherwise not approved.

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

This function releated to the field "ima" of geomaterials. retrieve all the geomaterials that are approved by the IMA or not.

Examples

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