spacegroups_sgtext {OpenMindat} | R Documentation |
spacegroups that match a given sgtext (string)
Description
: 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. |
Details
This function filter data by a given given crystalclass ID.
Value
df, a data frame of spacegroups
Examples
## Not run:
df <-spacegroups_sgtext("P1")
## End(Not run)
[Package OpenMindat version 1.0.1 Index]