Skip to contents

: Queries a list of spacegroupsets that match a given crystalclass ID

Usage

mindat_spacegroupsets_list(crystalclass_id, ...)

Arguments

crystalclass_id

integer crystalclass ID . The field "crystalclass_id" is a integer of crystalclass ID.

...,

Further parameters like "sgtext"(space group text) .Other optional arguments-Additional arguments.

Value

df, a data frame of spacegroup

Details

This function filter data by a given given crystalclass ID.

Examples

if (FALSE) { # \dontrun{
df <-spacegroupsets_cclass(2)
} # }