geomaterials_ima_notes {OpenMindat} | R Documentation |
retrieve the geomaterials match given notes.
Description
: Queries the geomaterials with an given .
Usage
geomaterials_ima_notes(enum_item,...)
Arguments
enum_item |
Array of integers or null. Ima notes: multiple choice (OR) : "GROUP" "INTERMEDIATE" "NAMED_AMPHIBOLE" "PENDING_APPROVAL" "PUBLISHED_WITHOUT_APPROVAL" "REDEFINED" "REJECTED" "RENAMED" "UNNAMED_INVALID" "UNNAMED_VALID" |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "ima_notes" of geomaterials. Rejected by the IMA; Pending approval; IMA Approved Group Name; Redefined by the IMA; Renamed by the IMA; Intermediate member of a solid-solution series; Published without approval; Unnamed (probably valid); Unnamed (probably invalid); Named Amphibole
retrieve all the geomaterials that match the input IMA notes.
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_ima_notes(c("PENDING_APPROVAL"))
## End(Not run)
[Package OpenMindat version 1.0.0 Index]