Skip to contents

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

Usage

geomaterials_expand(expanded_fields,...)

Arguments

expanded_fields

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

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

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

Examples

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