geomaterials_expand {OpenMindat} | R Documentation |
retrieve the geomaterials that have the given expand.
Description
: 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. |
Details
This function releated to the field "expand" of geomaterials. The field expand(Items Enum): "description" "type_localities" "localities" "relations" "~all" "*"
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_expand("~all")
## End(Not run)
[Package OpenMindat version 1.0.0 Index]