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.
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) { # \dontrun{
df <-geomaterials_fracturetype(c("Step-Like"))
} # }