import_batch: Import single batch PLFA peak list from Excel

View source: R/data_import_base.R

import_batchR Documentation

Import single batch PLFA peak list from Excel

Description

This is the first function in the plfaR workflow, loading named PLFA peak list from a single batch for use in downstream analysis.

Usage

import_batch(file_path)

Arguments

file_path

Full file path, including file extension for the Excel file containing PLFA data. The input Excel file must contain Batch, DataFileName, RetTimeSecs, MajorHeightnA, TotalPeakArea1, DisplayDelta1, and Name columns.

Value

Tibble suitable for downstream analyses in plfaR. Contains the input columns as well as BatchDataFileName.


mlfelice/plfaR documentation built on June 9, 2022, 4:28 p.m.