geomaterials_ima_status: retrieve the geomaterials matched given IMA status.

View source: R/mindat_geomaterials.R

geomaterials_ima_statusR Documentation

retrieve the geomaterials matched given IMA status.

Description

: Queries the geomaterials with an given ima status.

Usage

geomaterials_ima_status(enum_status,...)

Arguments

enum_status

Ima status: multiple choice (OR):"APPROVED" "DISCREDITED" "GRANDFATHERED" "PENDING_PUBLICATION" "QUESTIONABLE"

...

Further named parameters.Other optional arguments.

Details

This function releated to the field "ima_status" of geomaterials. retrieve all the geomaterials that match the input IMA notes.

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_ima_status(c("APPROVED"))

## End(Not run)

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