geomeaterials_non_utf {OpenMindat} | R Documentation |
retrieve the geomaterials that include non-utf mineral names or not.
Description
: Queries the geomaterials include non-utf mineral names or not.
Usage
geomeaterials_non_utf(btrue =TRUE,...)
Arguments
btrue |
boolean. Include non-UTF mineral names?.Default is TRUE. |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "non_utf" of geomaterials. retrieve the geomaterials that contain (or not contain) the non-utf name.
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomeaterials_non_utf(TRUE,fields = "id,name,non_utf")
## End(Not run)
[Package OpenMindat version 1.0.0 Index]