readCIF | R Documentation |
Reads and output a CIF file
readCIF(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 cif.
datadir <- system.file("extdata",package="cry") filename <- file.path(datadir,"AMS_DATA.cif") lCIF <- readCIF(filename) print(names(lCIF)) print(lCIF$INTRO$CELL) print(lCIF$INTRO$HALL) print(lCIF$INTRO$HM) print(lCIF$SYMM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.