Skip to contents

Queries the list of localities that contain the given expands.

Usage

localities_list_expand(expands,...)

Arguments

expands

vector of expands.

...,

Further named parameters.Other optional arguments-Additional arguments.

Value

df, a data frame of localities

Details

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.

Examples

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