read_many_sift: Read Many SIFT Files

View source: R/read_many_sift.R

read_many_siftR Documentation

Read Many SIFT Files

Description

This function is a wrapper around "read_sift" to read in multiple SIFT .csv files. The user must specify a specific table within the SIFT data (defaulting to "concentrations") and the function will output a single tibble with that table from all provided .csv files, tagged with the start time from each.

Usage

read_many_sift(files, table = "concentrations", ...)

Arguments

files

A vector of file paths.

table

A table from the SIFT data. One of "time", "meta", "prep_phase", "sample_phase", "phase_mean_values", "intensity_corrected", "time_vs_mass", "concentrations", "analytes" or "summary". Defaults to "concentrations".

...

Arguments to pass to "read_sift"

Value

A tibble.


jack-davison/siftr documentation built on July 1, 2023, 3:49 p.m.