localities_list_expand {OpenMindat} | R Documentation |
Queries the list of localities that contain the given expands.
localities_list_expand(expands,...)
expands |
vector of expands. |
... |
Further named parameters.Other optional arguments-Additional arguments. |
This function releated to the fields "expand" of localities. Items Enum: "geomaterials" "~all" "*" This function queries the list of localities that contain the given expands.
df, a data frame of localities
## Not run:
df <-localities_list_expand("~all")
## End(Not run)