retrieve the geomaterials that have the given fracturetype.
Source:R/mindat_geomaterials.R
geomaterials_fracturetype.Rd
: Queries the list of geomaterials that have the given fracturetype.
Arguments
- types
list of types.fracturetype(Array of strings or null): How the mineral breaks-"Conchoidal" "Fibrous" "Hackly" "Irregular/Uneven" "Micaceous" "None observed" "Splintery" "Step-Like" "Sub-Conchoidal".
- ...,
Further named parameters.Other optional arguments.
Details
This function releated to the field "fracturetype" of geomaterials. fracturetype(Items Enum): "Conchoidal" "Fibrous" "Hackly" "Irregular/Uneven" "Micaceous" "None observed" "Splintery" "Step-Like" "Sub-Conchoidal"
Examples
if (FALSE) {
df <-geomaterials_fracturetype(c("Step-Like"))
}