Skip to contents

: Queries a list of spacegroup that match a given spacegroup ID

Usage

spacegroups_cclass(spacegroup_id, ...)

Arguments

...,

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

spacegroups_by_id

integer spacegroup ID . The field "spacegroup_id" is a integer of spacegroup ID.

Value

df, a data frame of spacegroup

Details

This function filter data by a given given spacegroup ID.

Examples

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