readSF_CIF: Reads and output an CIF file

View source: R/sfcif.R

readSF_CIFR Documentation

Reads and output an CIF file

Description

Reads and output an CIF file

Usage

readSF_CIF(filename, message = FALSE)

Arguments

filename

A character string. The path to a valid CIF file.

message

A logical variable. If TRUE (default) the function prints a message highlighting what is included in the cif file.

Value

A named list. Each name correspond to a valid field in the SF cif.

Examples

datadir <- system.file("extdata",package="cry")
filename <- file.path(datadir,"1dei-sf.cif")
lCIF <- readSF_CIF(filename)
print(names(lCIF))
print(lCIF$INTRO$CELL)
print(lCIF$INTRO$HALL)
print(lCIF$INTRO$HM)
print(lCIF$REFL)

cry documentation built on Oct. 10, 2022, 9:06 a.m.