Learn R Programming

ChemoSpec (version 3.0-1)

readBrukerTxt: Read and process a Bruker NMR spectrum saved using Topspin

Description

These functions read files written by the Bruker Topspin software. This function is not extensively tested. Not normally called by the user; used byfiles2SpectraObject.

Usage

readBrukerTxt(file = "", debug = FALSE)
readBrukerAscii(file = "", debug = FALSE)

Arguments

file
Character; the path to the file to be processed.
debug
Logical indicating if file names and progress information should be printed to the console. Useful for troubleshooting.

Value

  • A data frame with the following elements:
  • xExtracted frequency values
  • yExtracted intensities

References

https://github.com/bryanhanson/ChemoSpec