View source: R/1-functions_processing.R
nmr_import_spectra | R Documentation |
Imports multiple spectra files and then combines and cleans the data.
nmr_import_spectra(path, method, pattern = "*.csv$", quiet = FALSE)
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 |
A link{data.frame}
with data from all files found,
concatenated and sorted.
Kaizad Patel
sdir <- system.file("extdata", "kfp_hysteresis", "spectra_mnova", package = "nmrrr")
nmr_import_spectra(path = sdir, method = "mnova")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.