powered by
This function reads Bruker NMR data. 1D and 2D data are supported.
readBruker( folder = NULL, dimension = NULL, onlyTitles = FALSE, useAsNames = "Spectrum titles", checkFiles = FALSE )
An (invisible) list containing spectral data and the spectrum name
Defines the exact NMR data folder. If NULL, mrbin parameter set is used
Defines the data dimension, "1D" or "2D". Only used if not NULL
Read only spectrum titles, but no data. Defaults to FALSE
How should sample names be generated
Only check if the folder exists or contains NMR data. Defaults to FALSE
exampleData<-readBruker(folder=system.file("extdata/1/10/pdata/10",package="mrbin"), dimension="1D")
Run the code above in your browser using DataLab