nmr_import_spectra {nmrrr} | R Documentation |
Import and process NMR spectral data
Description
Imports multiple spectra files and then combines and cleans the data.
Usage
nmr_import_spectra(path, method, pattern = "*.csv$", quiet = FALSE)
Arguments
path |
Directory where the spectra files are saved |
method |
Software used for initial processing of NMR spectra (before using this package). Available options include "mnova" and "topspin". |
pattern |
Filename pattern to search for (by default "*.csv$") |
quiet |
Print diagnostic messages? Logical |
Value
A link{data.frame}
with data from all files found,
concatenated and sorted.
Author(s)
Kaizad Patel
Examples
sdir <- system.file("extdata", "kfp_hysteresis", "spectra_mnova", package = "nmrrr")
nmr_import_spectra(path = sdir, method = "mnova")
[Package nmrrr version 1.0.0 Index]