Learn R Programming

SOMnmR (version 0.3.0)

read_raw_spec: 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)

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")

Examples

Run this code
## any .txt file as output from BRUKER

Run the code above in your browser using DataLab