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