View source: R/read_CoreMS_data.R
read_CoreMS_data | R Documentation |
Reads in CoreMS output file(s) in CSV format as a single 'data.frame' with class 'CoreMSrbind'
read_CoreMS_data(list_of_files, sample_names = NULL)
list_of_files |
a vector of character strings specifying the data files (in .csv format) to be read in and concatenated |
sample_names |
(optional) a character vector denoting preferred sample names |
read_CoreMS_data
reads in selected CSV files, appends
'filename' column, verifies identical column names, and combines all files
into a single 'data.frame'/'CoreMSrbind' object
CoreMSrbind object
Natalie Winans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.