read_raw_spec {SOMnmR} | R Documentation |
Read spectra
Description
This function reads the raw file, Bruker, tab separated or coma separated extracts the spectra and returns a list with name, and the raw spectral data.
Usage
read_raw_spec(file = NULL, filetype = NULL)
Arguments
file |
The raw file |
filetype |
The raw file type "Bruker", .csv ("tab"), csv ("coma") |
Value
A list with the name of the file and the raw spectral data.
Examples
## any .txt file as output from BRUKER
[Package SOMnmR version 0.3.0 Index]