- fileNames
(character) names of files to be read, if NULL
all files fitting 'fileFormat'
- path
(character) where files should be read (folders should be written in R-style)
- fileFormat
(character) may be NULL
(both US and European formats will be tried), 'Eur' or 'US'
- checkFormat
(logical) if TRUE
: check header, remove empty columns, 1st line if all empmty, set output format for each file to matrix, if rownames are increasing integeres try to use 2nd of 'columns' as rownames
- returnArray
(logical) allows switching from array to list-output
- columns
(NULL or character) column-headers to be extracted (if specified), 2nd value may be comlumn with rownames (if rownames are encountered as increasing rownames)
- excludeFiles
(character) names of files to exclude (only used when reading all files of given directory)
- simpleNames
(logical) allows truncating names (from beginning) to get to variable part (using .trimLeft()), but keeping 'minNamesLe'
- minNamesLe
(interger) min length of column-names if simpleNames=TRUE
- silent
(logical) suppress messages
- debug
(logical) additional messages for debugging
- callFrom
(character) allows easier tracking of messages produced