View source: R/read_multiple_data_files.R
read_multiple_data_files | R Documentation |
This function can recive as argument multiple raw data files and join them.
read_multiple_data_files( reader_type, time_interval = NULL, input_type = NULL, dirFiles = NULL, file_pattern = NULL, filesname = NULL, plate_names = NULL )
reader_type |
to specified the type of reader machine |
time_interval |
used only if the input is multiscango and table output format |
input_type |
specified if the input file of multiscan is in table or list format.
|
dirFiles |
to specified the directory |
file_pattern |
pattern to match filenames |
filesname |
name of the files to be read |
plate_names |
to add the name of the plate |
file_path <- system.file( "extdata", c("test_spectramax_data_1.txt", "test_spectramax_data_2.tx"), package = "mpxtractor" ) data_multiple_spectramax <- mpxtractor::read_multiple_data_files( reader_type = "spectramax", filesname = file_path )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.