geomaterials_ima {OpenMindat} | R Documentation |
: Queries the geomaterials within or without the ima.
geomaterials_ima(btrue,...)
btrue |
boolean value.TRUE IMA approved, otherwise not approved. |
... |
Further named parameters.Other optional arguments. |
This function releated to the field "ima" of geomaterials. retrieve all the geomaterials that are approved by the IMA or not.
df, a data frame of geomaterials
## Not run:
df <-geomaterials_ima(TRUE)
## End(Not run)