retrieve the geomaterials match given notes.
Source:R/mindat_geomaterials.R
geomaterials_ima_notes.Rd
: Queries the geomaterials with an given .
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.
Examples
if (FALSE) {
df <-geomaterials_ima_notes(c("PENDING_APPROVAL"))
}