read_many_proc_sift: Read Many Processed SIFT Files

View source: R/read_many_proc_sift.R

read_many_proc_siftR Documentation

Read Many Processed SIFT Files

Description

This function is a wrapper around "read_proc_sift" to read in multiple pre-processed SIFT .csv files. The user must specify a specific table within the SIFT data (defaulting to "analyte_conc") and the function will output a single tibble with that table from all provided .csv files.

Usage

read_many_proc_sift(files, table = "analyte_conc")

Arguments

files

A vector of file paths.

table

A table from the SIFT data. One of "analyte_conc", "conc_per_reagent" or "conc_per_product". Defaults to "analyte_conc".

Value

A tibble.


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