read_raw_spec: Read spectra

read_raw_specR 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

SOMnmR documentation built on July 4, 2024, 9:06 a.m.

Related to read_raw_spec in SOMnmR...