read_ftirs_file: Generates a tibble from a single FTIRS sample

View source: R/ftirs.R

read_ftirs_fileR Documentation

Generates a tibble from a single FTIRS sample

Description

Generates a tibble from a single FTIRS sample

Usage

read_ftirs_file(single_filepath, interpolate = TRUE, ...)

Arguments

single_filepath

The filepath to an individual FTIR spectroscopy sample. At present development stage, the sample has to be a .csv file with a wavenumber column, followed by an absorbance column.

interpolate

A logical value choosing to interpolate absorbance values onto a set of whole number wavenumbers. TRUE is default.

...

Other arguments passed on to read_csv().


sds270-s22/ftirsr documentation built on June 24, 2022, 12:56 p.m.