readSF_CIF | R Documentation |
Reads and output an CIF file
readSF_CIF(filename, message = FALSE)
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. |
A named list. Each name correspond to a valid field in the SF cif.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.