nmr_read_bruker_fid: Read Free Induction Decay file

Description Usage Arguments Value See Also Examples

View source: R/bruker.R

Description

Reads an FID file. This is a very simple function.

Usage

1
nmr_read_bruker_fid(sample_name, endian = "little")

Arguments

sample_name

A single sample name

endian

Endianness of the fid file ("little" by default, use "big" if acqus$BYTORDA == 1)

Value

A numeric vector with the free induction decay values

See Also

Other import/export functions: Pipelines, files_to_rDolphin(), load_and_save_functions, nmr_data(), nmr_meta_export(), nmr_read_samples(), nmr_zip_bruker_samples(), save_files_to_rDolphin(), save_profiling_output(), to_ChemoSpec()

Examples

1
fid <- nmr_read_bruker_fid("sample.fid")

Example output

Loading required package: dplyr

Attaching package:dplyrThe following objects are masked frompackage:stats:

    filter, lag

The following objects are masked frompackage:base:

    intersect, setdiff, setequal, union

Loading required package: future
Loading required package: magrittr

AlpsNMR documentation built on April 1, 2021, 6:02 p.m.