Skip to contents

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.

Value

df, a data frame of localities

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.

Examples

if (FALSE) {
df <-localities_list_elems_inc_exc(c("Dy"), c("Li"))
}