read_bruker_sample: Read a Bruker sample directory

Description Usage Arguments Value

View source: R/bruker.R

Description

Read a Bruker sample directory

Usage

1
2
3
4
5
6
read_bruker_sample(
  sample_path,
  pdata_file = NULL,
  pdata_path = "pdata/1",
  all_components = FALSE
)

Arguments

sample_path

A character path of the sample directory

pdata_file

File name of the binary NMR data to load. Usually "1r". If it is null it is autodetected and all files are loaded.

pdata_path

Path from sample_path to the preprocessed data

all_components

If FALSE load only the real component. Otherwise load all of them

Value

a list with all the bruker sample information


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