extract_data.Rd
This function reads files of current folder into a list
of
data.frames
extract_data( file_type = ".fcs|.FCS", sampling = FALSE, sample_size = 10, SpecifyList = FALSE, f_list )
file_type | A regular expression for the file extension. Only file names which match the regular expression will be returned. Data types suported are .FCS, .CSV and .TXT |
---|---|
sampling | Logical. Should a sample of size |
sample_size | Numeric. If |
SpecifyList | Logical. If |
f_list | If |
Returns a list
of data.frames
of the extracted data.