View source: R/read_SHELX_log.R
read_SHELX_log | R Documentation |
Reads and SHELXD log files
read_SHELX_log(filename)
filename |
A character string. The path to a valid log file. |
A named list. Each name correspond to a valid field in the log header.
datadir <- system.file("extdata",package="cry") filename <- file.path(datadir,"shelxc.log") ltmp <- read_SHELX_log(filename) print(names(ltmp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.