Learn R Programming

OpenMindat (version 1.0.1)

geomeaterials_non_utf: 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,...)

Value

df, a data frame of geomaterials

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.

Examples

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

Run the code above in your browser using DataLab