localities_list_elems_inc_exc {OpenMindat}R Documentation

localities that contain the given elements but not contain some other given elements.

Description

Queries the list of localities that contain the given elements,but not contain some other given elements.

Usage

localities_list_elems_inc_exc(inc_elems_list,exc_elems_list, ...)

Arguments

inc_elems_list

vector of elements.

exc_elems_list

vector of elements.

...

Further named parameters.Other optional arguments-Additional arguments.

Details

This function releated to the fields "elements_inc" and "elements_exc" of localities. This function queries the list of localities that contain the given elements,but not contain some other given elements.

Value

df, a data frame of localities

Examples

## Not run: 
df <-localities_list_elems_inc_exc(c("Dy"), c("Li"))

## End(Not run)

[Package OpenMindat version 1.0.0 Index]