View source: R/read_many_proc_sift.R
read_many_proc_sift | R Documentation |
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.
read_many_proc_sift(files, table = "analyte_conc")
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". |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.