Learn R Programming

OpenMindat (version 1.0.1)

spacegroups_by_id: spacegroups that match a given spacegroup ID (integer)

Description

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

Usage

spacegroups_by_id(spacegroup_id, ...)

Value

df, a data frame of spacegroup

Arguments

spacegroup_id

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

...,

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

Details

This function filter data by a given given spacegroup ID.

Examples

Run this code
if (FALSE) {
df <-spacegroups_by_id(2)
}

Run the code above in your browser using DataLab