Skip to contents

: Queries a list of crystalclasses that match a given list of symbols

Usage

crystalclasses_symbols(symbols, ...)

Arguments

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.

Value

df, a data frame of crystalclasses

Details

This function filter data by a given list of symbols of crystal class dictionary case-insensitive

Examples

if (FALSE) { # \dontrun{
df <-crystalclasses_symbols(c("2/m","mm2"))
} # }