View source: R/mindat_crystalclasses.R
crystalclasses_symbols | R Documentation |
: Queries a list of crystalclasses that match a given list of symbols
crystalclasses_symbols(symbols, ...)
symbols |
vector of given crystals (array of strings or null). The field "symbol" is to describe the symbol of Crystal class dictionary. |
... |
Further parameters like "system"(crystal system) .Other optional arguments-Additional arguments. |
This function filter data by a given list of symbols of crystal class dictionary case-insensitive
df, a data frame of crystalclasses
## Not run:
df <-crystalclasses_symbols(c("2/m","mm2"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.