localities that do not contain the given elements
Source:R/mindat_localities.R
localities_list_elems_exc.Rd
Queries the list of localities that do not contain the given elements.
Arguments
- exc_elems_list
vector of elements.
- ...,
Further named parameters.Other optional arguments-Additional arguments.
Details
This function releated to the field "elements_exc" of localities. This function queries the list of localities that do contain the specified elements.
Examples
if (FALSE) {
df <-localities_list_elems_exc(c("H", "O", "Si", "Al","Fe", "Ca", "Na", "K", "P", "C", "Mn", "F", "Mg", "S"))
}