Skip to contents

: 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.

Value

df, a data frame of geomaterials

Details

This function releated to the field "non_utf" of geomaterials. retrieve the geomaterials that contain (or not contain) the non-utf name.

Examples

if (FALSE) {
df <-geomeaterials_non_utf(TRUE,fields = "id,name,non_utf")
}