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)
Value
A list with the name of the file and the raw spectral data.
Arguments
file
The raw file
filetype
The raw file type "Bruker", .csv ("tab"), csv ("coma")