Learn R Programming

OpenMindat (version 1.0.1)

crystalclasses_symbols: crystalclasses that match a given vector of symbols (case-insenstive)

Description

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

Usage

crystalclasses_symbols(symbols, ...)

Value

df, a data frame of crystalclasses

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.

Details

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

Examples

Run this code
if (FALSE) {
df <-crystalclasses_symbols(c("2/m","mm2"))
}

Run the code above in your browser using DataLab