View source: R/mindat_localities.R
localities_list_elems_inc_exc | R Documentation |
Queries the list of localities that contain the given elements,but not contain some other given elements.
localities_list_elems_inc_exc(inc_elems_list,exc_elems_list, ...)
inc_elems_list |
vector of elements. |
exc_elems_list |
vector of elements. |
... |
Further named parameters.Other optional arguments-Additional arguments. |
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.
df, a data frame of localities
## Not run:
df <-localities_list_elems_inc_exc(c("Dy"), c("Li"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.