Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_expand: retrieve the geomaterials that have the given expand.

Description

: Queries the list of geomaterials that have the given expand.

Usage

geomaterials_expand(expanded_fields,...)

Value

df, a data frame of geomaterials

Arguments

expanded_fields

list of expand (Array of strings (Expanded fields)).Select fields to expand.

...,

Further named parameters.Other optional arguments.

Details

This function releated to the field "expand" of geomaterials. The field expand(Items Enum): "description" "type_localities" "localities" "relations" "~all" "*"

Examples

Run this code
if (FALSE) {
df <-geomaterials_expand("~all")
}

Run the code above in your browser using DataLab