Skip to contents

: Queries a list of spacegroups that match a given sgtext (string)

Usage

spacegroups_sgtext(sgtext, ...)

Arguments

sgtext

string space group text (case-insensitive). The field "sgtext" is a string of space group text.

...,

Further parameters like "cclass"(Crystalclass) .Other optional arguments-Additional arguments.

Value

df, a data frame of spacegroups

Details

This function filter data by a given given crystalclass ID.

Examples

if (FALSE) { # \dontrun{
df <-spacegroups_sgtext("P1")
} # }